#include <ode_funct.h>
Definition at line 150 of file ode_funct.h.
Public Member Functions | |
ode_vfunct () | |
virtual | ~ode_vfunct () |
virtual int | operator() (double x, size_t nvar, const double y[nv], double dydx[nv], param_t &pa) |
The overloaded operator(). | |
Private Member Functions | |
ode_vfunct (const ode_vfunct &) | |
ode_vfunct & | operator= (const ode_vfunct &) |