![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Base for providing a numerical jacobian [abstract base]. More...
#include <jacobian.h>
This is provides a Jacobian which is numerically determined by differentiating a user-specified function (typically of the form of mm_funct).
Definition at line 218 of file jacobian.h.
Public Member Functions | |
virtual int | set_function (func_t &f) |
Set the function to compute the Jacobian of. | |
virtual int | operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j)=0 |
Evaluate the Jacobian j at point y(x) | |
Protected Attributes | |
func_t * | func |
A pointer to the user-specified function. | |
Private Member Functions | |
jacobian (const jacobian &) | |
jacobian & | operator= (const jacobian &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).