DGtal 1.3.0
|
#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". More... | |
const X & | myEvalPoint |
The evaluation point on this level. More... | |
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 90 of file MPolynomial.h.
typedef TAlloc DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Alloc |
Definition at line 95 of file MPolynomial.h.
typedef TOwner DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Owner |
Definition at line 94 of file MPolynomial.h.
typedef TRing DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::Ring |
Definition at line 93 of file MPolynomial.h.
typedef TX DGtal::MPolynomialEvaluatorImpl< 1, TRing, TOwner, TAlloc, TX >::X |
Definition at line 96 of file MPolynomial.h.
|
inlineprivate |
Definition at line 108 of file MPolynomial.h.
|
inline |
Cast operator to type X (the explicit type of the variable).
Definition at line 149 of file MPolynomial.h.
References DGtal::MPolynomialEvaluatorImpl< n, TRing, TOwner, TAlloc, TX >::myOwner.
|
inline |
Explicit evaluate. Essentially calls operator S().
Definition at line 159 of file MPolynomial.h.
|
friend |
Definition at line 99 of file MPolynomial.h.
|
friend |
Definition at line 102 of file MPolynomial.h.
|
private |
The evaluation point on this level.
Definition at line 106 of file MPolynomial.h.
|
private |
The "owner".
Definition at line 105 of file MPolynomial.h.