#include <mm_funct.h>
Definition at line 335 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, param_t &pa) const) | |
Specify the member function pointer. | |
int | set_function (tclass *tp, int(tclass::*fp)(size_t nv, const vec_t &x, vec_t &y, param_t &pa) const) |
Specify the member function pointer. | |
virtual int | operator() (size_t nv, const vec_t &x, vec_t &y, param_t &pa) |
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, param_t &pa) 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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page