|
DGtal 2.1.0
|
#include <DGtal/math/MPolynomial.h>
Public Types | |
| typedef MPolynomial< 0, Ring, Alloc > | MPoly0 |
| typedef MPolynomial< n, Ring, Alloc > | MPolyN |
| Type for polynomial with n variable in the ring Ring. | |
Static Public Member Functions | |
| static void | computeDerivative (const MPoly0 &, MPoly0 &) |
Provides an error message in case N > n.
Definition at line 1947 of file MPolynomial.h.
| typedef MPolynomial<0, Ring, Alloc> DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >::MPoly0 |
Definition at line 1951 of file MPolynomial.h.
| typedef MPolynomial<n, Ring, Alloc> DGtal::MPolynomialDerivativeComputer< N, n, Ring, Alloc >::MPolyN |
Type for polynomial with n variable in the ring Ring.
Definition at line 1906 of file MPolynomial.h.
|
inlinestatic |
Definition at line 1954 of file MPolynomial.h.