Mathematical function. More...
Public Member Functions | |
| virtual RT | getValue (PT) const =0 |
| RT | getValue (const PT *pos) const |
| int | getNrDim () const |
Mathematical function.
A MathFunction must deliver a value at any position: F(x). The positioning may need a different precision than the outcome, hence the two types.
| int MathFunction< RT, PT >::getNrDim | ( | ) | const [inline, virtual] |
Implements MathFunctionND< RT, PT >.
| virtual RT MathFunction< RT, PT >::getValue | ( | PT | ) | const [pure virtual] |
| RT MathFunction< RT, PT >::getValue | ( | const PT * | pos | ) | const [inline, virtual] |
Implements MathFunctionND< RT, PT >.
1.7.1