mpoly-package |
Multivariate polynomials in R. |
*.mpoly |
Arithmetic with multivariate polynomials |
*.mpolyList |
Element-wise arithmetic with vectors of multivariate polynomials. |
+.mpoly |
Arithmetic with multivariate polynomials |
+.mpolyList |
Element-wise arithmetic with vectors of multivariate polynomials. |
-.mpoly |
Arithmetic with multivariate polynomials |
-.mpolyList |
Element-wise arithmetic with vectors of multivariate polynomials. |
== |
Determine whether two multivariate polynomials are equal. |
==.mpoly |
Determine whether two multivariate polynomials are equal. |
as.function.bezier |
Change a vector of multivariate polynomials into a function. |
as.function.mpoly |
Change a multivariate polynomial into a function. |
as.function.mpolyList |
Change a vector of multivariate polynomials into a function. |
as.mpoly |
Convert an object to an mpoly |
bernstein |
Bernstein polynomials |
bernsteinApprox |
Bernstein polynomial approximation |
bezier |
Bezier polynomials |
bezierFunction |
Bezier function |
burst |
Enumerate integer r-vectors summing to n |
chebyshev |
Chebyshev polynomials |
deriv.mpoly |
Compute partial derivatives of a multivariate polynomial. |
gradient |
Compute gradient of a multivariate polynomial. |
grobner |
Compute a grobner basis of a list of multivariate polynomials. |
hermite |
Hermite polynomials |
insert |
Insert an element into a vector. |
is.bernstein |
mpoly predicate functions |
is.bezier |
mpoly predicate functions |
is.chebyshev |
mpoly predicate functions |
is.constant |
mpoly predicate functions |
is.linear |
mpoly predicate functions |
is.mpoly |
mpoly predicate functions |
is.mpolyList |
mpoly predicate functions |
is.wholenumber |
Test whether an object is a whole number |
jacobi |
Jacobi polynomials |
laguerre |
Generalized Laguerre polynomials |
LCM |
Compute the least common multiple of two numbers. |
legendre |
Legendre polynomials |
mp |
Define a multivariate polynomial. |
mpoly |
Multivariate polynomials in R. |
mpolyArithmetic |
Arithmetic with multivariate polynomials |
mpolyEqual |
Determine whether two multivariate polynomials are equal. |
mpolyList |
Define a collection of multivariate polynomials. |
mpolyListArithmetic |
Element-wise arithmetic with vectors of multivariate polynomials. |
package-mpoly |
Multivariate polynomials in R. |
partitions |
Enumerate the partitions of an integer |
permutations |
Determine all permutations of a set. |
plug |
Switch indeterminates in a polynomial |
predicates |
mpoly predicate functions |
print.mpoly |
Pretty printing of multivariate polynomials. |
print.mpolyList |
Pretty printing of a list of multivariate polynomials. |
reorder.mpoly |
Reorder a multivariate polynomial. |
round.mpoly |
Round the coefficients of a polynomial |
swap |
Swap polynomial indeterminates |
terms.mpoly |
Extract the terms of a multivariate polynomial. |
tuples |
Determine all n-tuples using the elements of a set. |
vars |
Determine the variables in a mpoly object. |
^.mpoly |
Arithmetic with multivariate polynomials |