Classes | |
class | ConstantFunction< constant_template > |
Constant function class. More... | |
class | NumericalIntegrator< Function, DataType > |
Numerical integrator class. More... | |
class | ParsedFunction< arg > |
ParsedFunction. More... | |
class | PiecewisePolynomial |
Piecewise polynomial curve object. More... | |
class | RombergIntegrator< Function, DataType > |
A numerical integration of a BALL-Function using a Romberg integration scheme. More... | |
Typedefs | |
typedef std::vector< double > | Coefficients |
Every piece of a piecewise function needs a bunch of coefficients. | |
Variables | |
HashMap< String, double * > * | parsedFunctionConstants |
HashMap< String, double(*)(double)> * | parsedFunctionFunctions |
|
Every piece of a piecewise function needs a bunch of coefficients.
|