DGtal
1.5.beta
|
#include <DGtal/math/MPolynomial.h>
Public Member Functions | |
Xe_kComputer () | |
MPolynomial< n, Ring, Alloc > | get (unsigned int k, unsigned int e) |
Creates a monomial X_k^e
n | the number of indetermionates. |
Ring | the type for the coefficent ring of the polynomial. |
Alloc | the type of allocator. |
Definition at line 1613 of file MPolynomial.h.
|
inline |
Definition at line 1616 of file MPolynomial.h.
|
inline |
k | the index of the variable (X_k) |
e | the exponent for X_k |
Definition at line 1624 of file MPolynomial.h.
Referenced by DGtal::Xe_k().