#include <CLHEP/GenericFunctions/RKIntegrator.hh>
- Author
Definition at line 43 of file RKIntegrator.hh.
◆ RKIntegrator()
Genfun::RKIntegrator::RKIntegrator |
( |
const RKStepper * | stepper = NULL | ) |
|
◆ ~RKIntegrator()
virtual Genfun::RKIntegrator::~RKIntegrator |
( |
| ) |
|
|
virtual |
◆ addDiffEquation()
Parameter * Genfun::RKIntegrator::addDiffEquation |
( |
const AbsFunction * | diffEquation, |
|
|
const std::string & | variableName = "anon", |
|
|
double | defStartingValue = 0.0, |
|
|
double | startingValueMin = 0.0, |
|
|
double | startingValueMax = 0.0 ) |
◆ createControlParameter()
Parameter * Genfun::RKIntegrator::createControlParameter |
( |
const std::string & | variableName = "anon", |
|
|
double | defStartingValue = 0.0, |
|
|
double | startingValueMin = 0.0, |
|
|
double | startingValueMax = 0.0 ) |
◆ getFunction()
const RKFunction * Genfun::RKIntegrator::getFunction |
( |
unsigned int | i | ) |
const |
The documentation for this class was generated from the following file: