29 #ifndef RKIntegrator_h
30 #define RKIntegrator_h 1
62 const std::string & variableName=
"anon",
63 double defStartingValue=0.0,
64 double startingValueMin=0.0,
65 double startingValueMax=0.0);
71 double defStartingValue=0.0,
72 double startingValueMin=0.0,
73 double startingValueMax=0.0);
78 const RKFunction *
getFunction(
unsigned int i)
const;
95 std::vector<const RKFunction *> _fcn;
128 std::vector<const AbsFunction *>
_diffEqn;
152 RKFunction(const RKFunction &right);
155 virtual
double operator ()(
double argument) const;
165 const unsigned int _index;