|
DGtal 1.4.2
|
#include <DGtal/math/MPolynomial.h>
Data Structures | |
| class | EvalFun |
Public Types | |
| typedef TRing | Ring |
| typedef TOwner | Owner |
| typedef TAlloc | Alloc |
| typedef TX | X |
Public Member Functions | |
| operator X () const | |
| X | operator() () const |
Private Member Functions | |
| MPolynomialEvaluatorImpl (const Owner &owner, const X &evalpoint) | |
Private Attributes | |
| const Owner & | myOwner |
| The "owner". | |
| const X & | myEvalPoint |
| The evaluation point on this level. | |
Friends | |
| template<int nn, class TT , class AA , class SS > | |
| class | MPolynomialEvaluator |
| template<int nn, class TT , class HLHL , class AA , class SS > | |
| class | MPolynomialEvaluatorImpl |
Description of template class 'MPolynomialEvaluatorImpl'
Specialization of MPolynomialEvaluatorImpl for 1 variable.
This class is a backport from Spielwiese.
Definition at line 100 of file MPolynomial.h.
| TAlloc DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Alloc |
Definition at line 105 of file MPolynomial.h.
| TOwner DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Owner |
Definition at line 104 of file MPolynomial.h.
| TRing DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Ring |
Definition at line 103 of file MPolynomial.h.
| TX DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::X |
Definition at line 106 of file MPolynomial.h.
|
inlineprivate |
Definition at line 118 of file MPolynomial.h.
|
inline |
Cast operator to type X (the explicit type of the variable).
Definition at line 159 of file MPolynomial.h.
References DGtal::MPolynomialEvaluatorImpl< n, TRing, TOwner, TAlloc, TX >::evaluate(), and DGtal::MPolynomialEvaluatorImpl< n, TRing, TOwner, TAlloc, TX >::myOwner.
|
inline |
Explicit evaluate. Essentially calls operator S().
Definition at line 169 of file MPolynomial.h.
|
friend |
Definition at line 109 of file MPolynomial.h.
|
friend |
Definition at line 112 of file MPolynomial.h.
|
private |
The evaluation point on this level.
Definition at line 116 of file MPolynomial.h.
|
private |
The "owner".
Definition at line 115 of file MPolynomial.h.