#include <ode_funct.h>
Definition at line 66 of file ode_funct.h.
Public Member Functions | |
ode_funct_fptr (int(*fp)(double, size_t, const vec_t &, vec_t &, param_t &)) | |
Create an object given a function pointer. | |
virtual | ~ode_funct_fptr () |
virtual int | operator() (double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &pa) |
Compute the nv derivatives as a function of the nv functions specified in y at the point x . | |
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 &) |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page