![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Base for a square Jacobian where J is computed at x given y=f(x) [abstract base]. More...
#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 typically restored to their original values before operator() exits. The Jacobian is stored in the order J
[i][j], i.e. the rows have index i
and the columns with index j
.
Definition at line 52 of file jacobian.h.
Public Member Functions | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j)=0 |
The operator() |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).