24 void step_ (
double dt);
Base class implementing solver functions with adaptive time steps.
The simplest runge kutta method, forward Euler's.
OdeEuler(unsigned long neq)
constructs
Provides space for stage slope values, an array of arrays for k values.