CMlib
Cell mapping algorithms in C++
cm::RK45< T, S > Member List

This is the complete list of members for cm::RK45< T, S >, including all inherited members.

RK45(const S *systemPointer, double relativeTolerance)cm::RK45< T, S >inline
step(const T &y0, const double t0, const double dt, const double h0)cm::RK45< T, S >inline
step(const T &y0, const double t0, const double dt, const double h0, const size_t maxsteps)cm::RK45< T, S >inline