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 |
components | Polynomial components |
dehomogenize | Homogenize a polynomial |
deriv.mpoly | Compute partial derivatives of a multivariate polynomial. |
exponents | Polynomial components |
gradient | Compute gradient of a multivariate polynomial. |
grobner | REMOVED - Compute a grobner basis of a list of multivariate polynomials. |
hermite | Hermite polynomials |
homogeneous_components | Homogenize a polynomial |
homogenize | Homogenize a polynomial |
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.homogeneous | Homogenize a polynomial |
is.linear | mpoly predicate functions |
is.mpoly | mpoly predicate functions |
is.mpolyList | mpoly predicate functions |
is.unipoly | mpoly predicate functions |
is.wholenumber | Test whether an object is a whole number |
jacobi | Jacobi polynomials |
laguerre | Generalized Laguerre polynomials |
LC | Polynomial components |
LCM | Compute the least common multiple of two numbers. |
legendre | Legendre polynomials |
LM | Polynomial components |
LT | Polynomial components |
make_indeterminate_list | Define a multivariate polynomial. |
monomials | Polynomial components |
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. |
multideg | Polynomial components |
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 |
solve_unipoly | Solve a univariate mpoly with polyroot |
swap | Swap polynomial indeterminates |
terms.mpoly | Extract the terms of a multivariate polynomial. |
totaldeg | Polynomial components |
tuples | Determine all n-tuples using the elements of a set. |
vars | Determine the variables in a mpoly object. |
[.mpoly | Polynomial components |
^.mpoly | Arithmetic with multivariate polynomials |