#include <ode_funct.h>
Definition at line 111 of file ode_funct.h.
Public Member Functions | |
ode_funct_mfptr (tclass *tp, int(tclass::*fp)(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &)) | |
Create an object given a class and member function pointer. | |
virtual | ~ode_funct_mfptr () |
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 Attributes | |
int(tclass::* | fptr )(double x, size_t nv, const vec_t &y, vec_t &dydx, param_t &) |
The pointer to the member function. | |
tclass * | tptr |
The pointer to the class. | |
Private Member Functions | |
ode_funct_mfptr (const ode_funct_mfptr &) | |
ode_funct_mfptr & | operator= (const ode_funct_mfptr &) |
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