#include <mm_funct.h>
Definition at line 372 of file mm_funct.h.
Public Member Functions | |
mm_vfunct_fptr (int(*fp)(size_t nvar, const double x[nv], double y[nv], param_t &pa)) | |
Specify the 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(* | fptr )(size_t nvar, const double x[nv], double y[nv], param_t &pa) |
The function pointer. | |
Private Member Functions | |
mm_vfunct_fptr (const mm_vfunct_fptr &) | |
mm_vfunct_fptr & | operator= (const mm_vfunct_fptr &) |
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