CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <RKIntegrator.hh>
Classes | |
class | RKData |
class | RKFunction |
class | RKStepper |
Public Member Functions | |
RKIntegrator (const RKStepper *stepper=NULL) | |
virtual | ~RKIntegrator () |
Parameter * | addDiffEquation (const AbsFunction *diffEquation, const std::string &variableName="anon", double defStartingValue=0.0, double startingValueMin=0.0, double startingValueMax=0.0) |
Parameter * | createControlParameter (const std::string &variableName="anon", double defStartingValue=0.0, double startingValueMin=0.0, double startingValueMax=0.0) |
const RKFunction * | getFunction (unsigned int i) const |
Definition at line 43 of file RKIntegrator.hh.
Genfun::RKIntegrator::RKIntegrator | ( | const RKStepper * | stepper = NULL | ) |
Definition at line 95 of file RKIntegrator.cc.
|
virtual |
Definition at line 103 of file RKIntegrator.cc.
Parameter * Genfun::RKIntegrator::addDiffEquation | ( | const AbsFunction * | diffEquation, |
const std::string & | variableName = "anon" , |
||
double | defStartingValue = 0.0 , |
||
double | startingValueMin = 0.0 , |
||
double | startingValueMax = 0.0 |
||
) |
Definition at line 108 of file RKIntegrator.cc.
Referenced by Classical::RungeKuttaSolver::RungeKuttaSolver().
Parameter * Genfun::RKIntegrator::createControlParameter | ( | const std::string & | variableName = "anon" , |
double | defStartingValue = 0.0 , |
||
double | startingValueMin = 0.0 , |
||
double | startingValueMax = 0.0 |
||
) |
Definition at line 125 of file RKIntegrator.cc.
Referenced by Classical::RungeKuttaSolver::createControlParameter().
const RKIntegrator::RKFunction * Genfun::RKIntegrator::getFunction | ( | unsigned int | i | ) | const |
Definition at line 139 of file RKIntegrator.cc.
Referenced by Classical::RungeKuttaSolver::equationOf().