Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions | Protected Attributes
jac_funct_cmfptr< tclass, vec_t, mat_t > Class Template Reference

Const member function pointer to a Jacobian.

#include <jacobian.h>

Inheritance diagram for jac_funct_cmfptr< tclass, vec_t, mat_t >:
jac_funct< vec_t, mat_t >

Detailed Description

template<class tclass, class vec_t = ovector_base, class mat_t = omatrix_base>
class jac_funct_cmfptr< tclass, vec_t, mat_t >

Definition at line 166 of file jacobian.h.

Public Member Functions

 jac_funct_cmfptr (tclass *tp, int(tclass::*fp)(size_t nv, vec_t &x, vec_t &y, mat_t &j) const)
 Specify the member function pointer.
virtual int operator() (size_t nv, vec_t &x, vec_t &y, mat_t &j)
 The operator()

Protected Attributes

int(tclass::* fptr )(size_t nv, vec_t &x, vec_t &y, mat_t &j) const
 Member function pointer.
tclass * tptr
 Class pointer.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.