![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Const member function pointer to an array of multi-dimensional functions.
#include <mm_funct.h>
Definition at line 297 of file mm_funct.h.
Public Member Functions | |
mm_funct_cmfptr () | |
Empty constructor. | |
mm_funct_cmfptr (tclass *tp, int(tclass::*fp)(size_t nv, const vec_t &x, vec_t &y) const) | |
Specify the member function pointer. | |
int | set_function (tclass *tp, int(tclass::*fp)(size_t nv, const vec_t &x, vec_t &y) const) |
Specify the member function pointer. | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y) |
Compute nv functions, y , of nv variables stored in x with parameter pa . | |
Protected Attributes | |
int(tclass::* | fptr )(size_t nv, const vec_t &x, vec_t &y) const |
The member function pointer. | |
tclass * | tptr |
The class pointer. | |
Private Member Functions | |
mm_funct_cmfptr (const mm_funct_cmfptr &) | |
mm_funct_cmfptr & | operator= (const mm_funct_cmfptr &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).