#include <jacobian.h>
Definition at line 174 of file jacobian.h.
Public Member Functions | |
jacobian () | |
virtual | ~jacobian () |
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) |
The operator(). | |
Protected Attributes | |
func_t * | func |
A pointer to the user-specified function. | |
Private Member Functions | |
jacobian (const jacobian &) | |
jacobian & | operator= (const jacobian &) |