CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <RKIntegrator.hh>
Public Member Functions | |
Data (int size) | |
bool | operator< (const Data &right) const |
bool | operator== (const Data &right) const |
Public Attributes | |
std::vector< double > | variable |
std::vector< double > | firstDerivative |
double | time |
Definition at line 108 of file RKIntegrator.hh.
|
inline |
Definition at line 114 of file RKIntegrator.hh.
|
inline |
Definition at line 115 of file RKIntegrator.hh.
|
inline |
Definition at line 116 of file RKIntegrator.hh.
|
mutable |
Definition at line 111 of file RKIntegrator.hh.
Referenced by Genfun::StepDoublingRKStepper::doStep(), Genfun::SimpleRKStepper::step(), and Genfun::EmbeddedRKStepper::step().
double Genfun::RKIntegrator::RKData::Data::time |
Definition at line 112 of file RKIntegrator.hh.
Referenced by Genfun::StepDoublingRKStepper::doStep(), Genfun::RKIntegrator::RKFunction::operator()(), operator<(), operator==(), Genfun::AdaptiveRKStepper::step(), Genfun::SimpleRKStepper::step(), Genfun::EmbeddedRKStepper::step(), and Genfun::StepDoublingRKStepper::step().
std::vector<double> Genfun::RKIntegrator::RKData::Data::variable |
Definition at line 110 of file RKIntegrator.hh.
Referenced by Genfun::StepDoublingRKStepper::doStep(), Genfun::RKIntegrator::RKFunction::operator()(), Genfun::SimpleRKStepper::step(), Genfun::EmbeddedRKStepper::step(), and Genfun::StepDoublingRKStepper::step().