![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Const member function pointer to a Jacobian.
#include <jacobian.h>
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. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).