#include <ode_jac_funct.h>
Definition at line 245 of file ode_jac_funct.h.
Public Member Functions | |
virtual int | operator() (double x, size_t nvar, const double y[nv], double dfdy[nv][nv], double dfdx[nv], param_t &pa)=0 |
Compute the derivatives dfdx and the Jacobian matrix dfdy given y at the point x . | |
Private Member Functions | |
ode_jac_vfunct (const ode_jac_vfunct &) | |
ode_jac_vfunct & | operator= (const ode_jac_vfunct &) |
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