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