#include <ODESystem.h>
Public Member Functions | |
virtual | ~GslStepperType () |
virtual const gsl_odeiv_step_type * | gsl_type () const =0 |
Definition at line 71 of file ODESystem.h.
virtual odeiv::GslStepperType::~GslStepperType | ( | ) | [inline, virtual] |
Definition at line 73 of file ODESystem.h.
virtual const gsl_odeiv_step_type* odeiv::GslStepperType::gsl_type | ( | ) | const [pure virtual] |
Implemented in odeiv::RungeKutta2, and odeiv::RungeKutta4.
Referenced by odeiv::GslStepper::GslStepper().