27 void step_ (
double dt);
37 double b1, b2, b3, b4,
Base clase implementing methods for embedded Runge-Kutta error estimation.
Fourth-order, A-stable, adaptive Rosenbrock method from Kaps and Rentrop.
OdeGRK4A(unsigned long neq)
constructs
Base class for Rosenbrock methods.