#include <ode_jac_funct.h>
Definition at line 274 of file ode_jac_funct.h.
Public Member Functions | |
ode_jac_vfunct_fptr (int(*fp)(double, size_t, const double y[nv], double dfdy[nv][nv], double dfdx[nv], param_t &)) | |
Specify the function pointer. | |
virtual int | operator() (double x, size_t nvar, const double y[nv], double dfdy[nv][nv], double dfdx[nv], param_t &pa) |
Compute the derivatives dfdx and the Jacobian matrix dfdy given y at the point x . | |
Protected Attributes | |
int(* | fptr )(double x, size_t nvar, const double y[nv], double dfdy[nv][nv], double dfdx[nv], param_t &) |
The function pointer. | |
Private Member Functions | |
ode_jac_vfunct_fptr (const ode_jac_vfunct_fptr &) | |
ode_jac_vfunct_fptr & | operator= (const ode_jac_vfunct_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