#include <jacobian.h>
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 typically restored to their original values before operator() exits.
For Jacobian functions with C-style arrays and matrices, use the corresponding children of jac_vfunct .
Definition at line 56 of file jacobian.h.
Public Member Functions | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa)=0 |
The operator(). |
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