#include <jacobian.h>
Definition at line 80 of file jacobian.h.
Public Member Functions | |
jac_funct_fptr (int(*fp)(size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa)) | |
Specify the function pointer. | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa) |
The operator(). |