List of all members.
Detailed Description
template<class RT, class PT>
class MathFunctionND< RT, PT >
Multidimensional Mathematical function.
A MathFunctionND must deliver a value at any position: F(x*). The positioning may need a different precision than the outcome, hence the two types.
Constructor & Destructor Documentation
template<class RT, class PT>
Member Function Documentation
template<class RT, class PT>
| virtual int MathFunctionND< RT, PT >::getNrDim |
( |
|
) |
const [pure virtual] |
Implemented in MathFunction< RT, PT >, MathXYFunction< RT, PT >, MathXYZFunction< RT, PT >, MathFunction< float, float >, MathFunction< RT, RT >, MathFunction< T, T >, MathXYFunction< float, float >, and MathXYFunction< T, T >.
template<class RT, class PT>
template<class IDXABL >
| RT MathFunctionND< RT, PT >::getValue |
( |
const IDXABL & |
x |
) |
const [inline] |
template<class RT, class PT>
| virtual RT MathFunctionND< RT, PT >::getValue |
( |
const PT * |
x |
) |
const [pure virtual] |