#include <ode_funct.h>
Definition at line 37 of file ode_funct.h.
Public Member Functions | |
ode_funct () | |
virtual | ~ode_funct () |
virtual int | operator() (double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &pa) |
The overloaded operator(). | |
Private Member Functions | |
ode_funct (const ode_funct &) | |
ode_funct & | operator= (const ode_funct &) |