#include <mm_funct.h>
Definition at line 130 of file mm_funct.h.
Public Member Functions | |
mm_funct_fptr_nopar (int(*fp)(size_t nv, const vec_t &x, vec_t &y)) | |
Specify the function pointer. | |
int | set_function (int(*fp)(size_t nv, const vec_t &x, vec_t &y)) |
Specify the 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(* | fptr )(size_t nv, const vec_t &x, vec_t &y) |
The function pointer to the user-supplied function. | |
Private Member Functions | |
mm_funct_fptr_nopar (const mm_funct_fptr_nopar &) | |
mm_funct_fptr_nopar & | operator= (const mm_funct_fptr_nopar &) |
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