#include <ode_funct.h>
Definition at line 62 of file ode_funct.h.
Public Member Functions | |
ode_funct_fptr (int(*fp)(double, size_t, const vec_t &, vec_t &, param_t &)) | |
Specify the function pointer. | |
virtual | ~ode_funct_fptr () |
virtual int | operator() (double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &pa) |
The overloaded operator(). | |
Protected Member Functions | |
ode_funct_fptr () | |
Protected Attributes | |
int(* | fptr )(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &) |
The function pointer. | |
Private Member Functions | |
ode_funct_fptr (const ode_funct_fptr &) | |
ode_funct_fptr & | operator= (const ode_funct_fptr &) |