DGtal 2.0.0
|
Public Member Functions | |
EvalFun2 (const MPolynomialEvaluatorImpl< n, Ring, Owner, Alloc, X > &owner) | |
MPolyNM1 | operator() (const MPolyN &p) const |
Private Attributes | |
const MPolynomialEvaluatorImpl< n, Ring, Owner, Alloc, X > & | myOwner |
Evaluates a polynomial of type poly<n, T> in myEvalPoint; the coefficients of the first indeterminate (which are polynomials of type poly<n-1, Ring>) are casted to poly<n-1, X>, and the result is of type poly<n-1, X> as well.
Definition at line 286 of file MPolynomial.h.
|
inline |
Definition at line 292 of file MPolynomial.h.
References DGtal::MPolynomialEvaluatorImpl< n, TRing, TOwner, TAlloc, TX >::MPolynomialEvaluatorImpl, and myOwner.
|
inline |
Evaluate: the first indeterminate is replaced by myEvalPoint, and the coefficients of the first indeterminate (which are polynomials of type poly<n-1, Ring>) are casted to the type poly<n-1, X>.
Definition at line 303 of file MPolynomial.h.
|
private |
Definition at line 288 of file MPolynomial.h.
Referenced by EvalFun2(), and DGtal::MPolynomialEvaluator< 1, TRing, TAlloc, TX >::MPolynomial< 1, TRing, TAlloc >.