CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/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.
|
virtual |
Parameter * Genfun::RKIntegrator::addDiffEquation | ( | const AbsFunction * | diffEquation, |
const std::string & | variableName = "anon", | ||
double | defStartingValue = 0.0, | ||
double | startingValueMin = 0.0, | ||
double | startingValueMax = 0.0 ) |
Parameter * Genfun::RKIntegrator::createControlParameter | ( | const std::string & | variableName = "anon", |
double | defStartingValue = 0.0, | ||
double | startingValueMin = 0.0, | ||
double | startingValueMax = 0.0 ) |
const RKFunction * Genfun::RKIntegrator::getFunction | ( | unsigned int | i | ) | const |