jac_vfunct_cmfptr Class Template Reference

Const member function pointer to a Jacobian with arrays. More...

#include <jacobian.h>

Inheritance diagram for jac_vfunct_cmfptr:

jac_vfunct

Detailed Description

template<class tclass, class param_t, size_t nv>
class jac_vfunct_cmfptr< tclass, param_t, nv >

Const member function pointer to a Jacobian with arrays.

Definition at line 355 of file jacobian.h.


Public Member Functions

 jac_vfunct_cmfptr (tclass *tp, int(tclass::*fp)(size_t nv, double x[nv], double y[nv], double j[nv][nv], param_t &pa) const)
 Specify the member function pointer.
virtual int operator() (size_t nv2, double x[nv], double y[nv], double j[nv][nv], param_t &pa)
 The operator().

Protected Attributes

int(tclass::* fptr )(size_t nv, double x[nv], double y[nv], double j[nv][nv], param_t &pa) const
 Member function pointer.
tclass * tptr
 Class pointer.

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