#include <jacobian.h>
Compute
The vec_t
objects in operator() could have been written to be const
, but they are not const
so that they can be used as temporary workspace. They are restored to their original values before operator() exits.
Definition at line 51 of file jacobian.h.
Public Member Functions | |
jac_funct () | |
virtual | ~jac_funct () |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa) |
The operator(). |