Go to the source code of this file.
|
class | LineParameters< T > |
| Steepness and intercept. More...
|
|
class | ValueSeries< T > |
| Interface to a series of values. More...
|
|
class | MathFunctionND< RT, PT > |
| Multidimensional Mathematical function. More...
|
|
class | MathFunction< RT, PT > |
| Mathematical function. More...
|
|
class | MathFunctionSampler< RT, PT > |
| Makes a MathFunction indexable through an operator[]. More...
|
|
class | MathXYFunction< RT, PT > |
| A Math Function as in F(x,y). More...
|
|
class | MathXYZFunction< RT, PT > |
| A Math Function as in F(x,y,z). More...
|
|
class | BendPointBasedMathFunction< xT, yT > |
| MathFunction based on bend points. More...
|
|
class | AlongVectorFunction< RT, PT > |
| A MathFunction that cuts through another mathfunction with higher number of dimensions. More...
|
|
class | SecondOrderPoly |
| A class for 2nd order polynomials of the form: a x^2 + b x + c. More...
|
|
class | ThirdOrderPoly |
| A class for 3rd order polynomials on the form: a x^3 + b x^2 + c x + d. More...
|
|
class | ValSeriesMathFunc |
|