DGtal
0.9.3
|
Public Member Functions | |
EvalFun (const MPolynomialEvaluatorImpl< 1, Ring, Owner, Alloc, X > &owner) | |
X | operator() (const MPolynomial< 1, Ring, Alloc > &p) const |
Private Attributes | |
const MPolynomialEvaluatorImpl< 1, Ring, Owner, Alloc, X > & | myOwner |
Evaluates a polynomial of type MPolynomial<1, T> in myEvalPoint.
Definition at line 115 of file MPolynomial.h.
|
inline |
Definition at line 121 of file MPolynomial.h.
|
inline |
Evalutate polynomial p at the point stored in myOwner.
p | a monovariate polynomial. |
Definition at line 132 of file MPolynomial.h.
References DGtal::MPolynomialEvaluatorImpl< n, TRing, TOwner, TAlloc, TX >::myEvalPoint, and DGtal::MPolynomial< n, TRing, TAlloc >::myValue.
|
private |
Definition at line 117 of file MPolynomial.h.