#include <mm_funct.h>
Definition at line 631 of file mm_funct.h.
Public Member Functions | |
mm_vfunct_mfptr (tclass *tp, int(tclass::*fp)(size_t nvar, const double x[nv], double y[nv], param_t &pa)) | |
Specify the member function pointer. | |
virtual int | operator() (size_t nvar, const double x[nv], double y[nv], param_t &pa) |
Compute nv functions, y , of nv variables stored in x with parameter pa . | |
Protected Attributes | |
int(tclass::* | fptr )(size_t nvar, const double x[nv], double y[nv], param_t &pa) |
The member function pointer. | |
tclass * | tptr |
The class pointer. | |
Private Member Functions | |
mm_vfunct_mfptr (const mm_vfunct_mfptr &) | |
mm_vfunct_mfptr & | operator= (const mm_vfunct_mfptr &) |
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