#include <jacobian.h>
Definition at line 123 of file jacobian.h.
Public Member Functions | |
jac_funct_mfptr (tclass *tp, int(tclass::*fp)(size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa)) | |
Specify the member function pointer. | |
virtual | ~jac_funct_mfptr () |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa) |
The operator(). | |
Protected Attributes | |
int(tclass::* | fptr )(size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa) |
Desc. | |
tclass * | tptr |
Desc. |