ode_solver::ode_solver ( uint  _dim,
double  _etol_abs,
double  _etol_rel,
const gsl_odeiv_step_type *  type = gsl_odeiv_step_gear2 
)

Class constructor to initialize ode solver.

Parameters:
_dim: Dimension of function
_etol_abs: absolute error tolerance
_etol_rel: relative error tolerance
type: type of solver algorithm, see below for choices

See http://www.gnu.org/software/gsl/manual/html_node/Stepping-Functions.html for choices on stepping algorithms The M=2 implicit Gear method is used as the default.

All Classes Files Functions Variables Typedefs Friends Defines