#include <ode_it_solve.h>
Definition at line 66 of file ode_it_solve.h.
Public Member Functions | |
ode_it_funct_fptr (double(*fp)(size_t, double, vec_t &)) | |
Create using a function pointer. | |
virtual double | operator() (size_t ieq, double x, vec_t &y) |
Using x and y , return the value of function number ieq . | |
Protected Attributes | |
double(* | fptr )(size_t ieq, double x, vec_t &y) |
The function pointer. |
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