Classes | |
class | BALL::ConstantFunction< constant_template > |
class | BALL::NumericalIntegrator< Function, DataType > |
class | BALL::ParsedFunction< arg > |
class | BALL::PiecewisePolynomial |
class | BALL::RombergIntegrator< Function, DataType > |
Typedefs | |
typedef std::vector< double > | BALL::Coefficients |
Variables | |
StringHashMap< double * > * | BALL::ParsedFunctionConstants |
StringHashMap< double(*)(double)> * | BALL::ParsedFunctionFunctions |
typedef std::vector<double> BALL::Coefficients |
Every piece of a piecewise function needs a bunch of coefficients
StringHashMap<double*>* BALL::ParsedFunctionConstants |
StringHashMap<double (*)(double)>* BALL::ParsedFunctionFunctions |