jac_vfunct_fptr Class Template Reference

Function pointer to jacobian with arrays. More...

#include <jacobian.h>

Inheritance diagram for jac_vfunct_fptr:

jac_vfunct

Detailed Description

template<class param_t, size_t nv>
class jac_vfunct_fptr< param_t, nv >

Function pointer to jacobian with arrays.

Definition at line 264 of file jacobian.h.


Public Member Functions

 jac_vfunct_fptr (int(*fp)(size_t nv2, double x[nv], double y[nv], double j[nv][nv], param_t &pa))
 Specify the function pointer.
virtual int operator() (size_t nv2, double x[nv], double y[nv], double j[nv][nv], 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