#include <jacobian.h>
This is provides a Jacobian which is numerically determined by differentiating a user-specified function (typically of the form of mm_funct).
Definition at line 411 of file jacobian.h.
Public Member Functions | |
virtual int | set_function (func_t &f) |
Set the function to compute the Jacobian of. | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa)=0 |
Evaluate the Jacobian j at point y(x) . | |
Protected Attributes | |
func_t * | func |
A pointer to the user-specified function. | |
Private Member Functions | |
jacobian (const jacobian &) | |
jacobian & | operator= (const jacobian &) |
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