#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 | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa) |
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