jac_funct_fptr Class Template Reference

#include <jacobian.h>

Inheritance diagram for jac_funct_fptr:

jac_funct

Detailed Description

template<class param_t, class vec_t = ovector_view, class mat_t = omatrix_view>
class jac_funct_fptr< param_t, vec_t, mat_t >

Function pointer to jacobian.

Definition at line 80 of file jacobian.h.


Public Member Functions

 jac_funct_fptr (int(*fp)(size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa))
 Specify the function pointer.
virtual int operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j, param_t &pa)
 The operator().

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