![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Member function pointer for ode_it_solve.
#include <ode_it_solve.h>
Definition at line 87 of file ode_it_solve.h.
Public Member Functions | |
ode_it_funct_mfptr (tclass *tp, double(tclass::*fp)(size_t, double, vec_t &)) | |
Create using a class instance and member function. | |
virtual double | operator() (size_t ieq, double x, vec_t &y) |
Using x and y , return the value of function number ieq . | |
Protected Attributes | |
tclass * | tptr |
The class pointer. | |
double(tclass::* | fptr )(size_t ieq, double x, vec_t &y) |
The member function pointer. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).