CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <RKIntegrator.hh>
Classes | |
struct | Data |
Public Member Functions | |
RKData () | |
void | lock () |
void | recache () |
RKData () | |
void | lock () |
void | recache () |
![]() | |
RCBase () | |
void | ref () const |
void | unref () const |
unsigned int | refCount () const |
RCBase () | |
void | ref () const |
void | unref () const |
unsigned int | refCount () const |
Public Attributes | |
std::vector< Parameter * > | _startingValParameter |
std::vector< double > | _startingValParameterCache |
std::vector< Parameter * > | _controlParameter |
std::vector< double > | _controlParameterCache |
std::vector< const AbsFunction * > | _diffEqn |
std::set< Data > | _fx |
bool | _locked |
const RKStepper * | _stepper |
Friends | |
class | ImaginaryFriend |
Additional Inherited Members | |
![]() | |
virtual | ~RCBase () |
virtual | ~RCBase () |
Definition at line 102 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Genfun::RKIntegrator::RKData::RKData | ( | ) |
Definition at line 82 of file RKIntegrator.cc.
References _controlParameter, _diffEqn, _startingValParameter, and _stepper.
Genfun::RKIntegrator::RKData::RKData | ( | ) |
void Genfun::RKIntegrator::RKData::lock | ( | ) |
Definition at line 142 of file RKIntegrator.cc.
Referenced by Genfun::RKIntegrator::RKFunction::operator()().
void Genfun::RKIntegrator::RKData::lock | ( | ) |
void Genfun::RKIntegrator::RKData::recache | ( | ) |
void Genfun::RKIntegrator::RKData::recache | ( | ) |
Definition at line 154 of file RKIntegrator.cc.
Referenced by Genfun::RKIntegrator::RKFunction::operator()().
|
friend |
Definition at line 136 of file CLHEP/GenericFunctions/RKIntegrator.hh.
std::vector< Parameter * > Genfun::RKIntegrator::RKData::_controlParameter |
Definition at line 126 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::createControlParameter(), and RKData().
std::vector< double > Genfun::RKIntegrator::RKData::_controlParameterCache |
Definition at line 127 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::createControlParameter().
std::vector< const AbsFunction * > Genfun::RKIntegrator::RKData::_diffEqn |
Definition at line 129 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::addDiffEquation(), and RKData().
std::set< Data > Genfun::RKIntegrator::RKData::_fx |
Definition at line 130 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::RKFunction::operator()().
bool Genfun::RKIntegrator::RKData::_locked |
Definition at line 131 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::RKFunction::operator()().
std::vector< Parameter * > Genfun::RKIntegrator::RKData::_startingValParameter |
Definition at line 123 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::addDiffEquation(), Genfun::RKIntegrator::RKFunction::operator()(), and RKData().
std::vector< double > Genfun::RKIntegrator::RKData::_startingValParameterCache |
Definition at line 124 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by Genfun::RKIntegrator::addDiffEquation(), and Genfun::RKIntegrator::RKFunction::operator()().
const RKStepper * Genfun::RKIntegrator::RKData::_stepper |
Definition at line 132 of file CLHEP/GenericFunctions/RKIntegrator.hh.
Referenced by RKData(), and Genfun::RKIntegrator::RKIntegrator().