jacobian Class Template Reference

#include <jacobian.h>

Inheritance diagram for jacobian:

jac_funct exact_jacobian simple_jacobian

Detailed Description

template<class param_t, class func_t, class vec_t = ovector_view, class mat_t = omatrix_view>
class jacobian< param_t, func_t, vec_t, mat_t >

Base for providing a numerical jacobian.

Definition at line 174 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, param_t &pa)
 The operator().

Protected Attributes

func_t * func
 A pointer to the user-specified function.

Private Member Functions

 jacobian (const jacobian &)
jacobianoperator= (const jacobian &)

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page