![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Function pointer to array of multi-dimensional functions.
#include <mm_funct.h>
Definition at line 118 of file mm_funct.h.
Public Member Functions | |
mm_funct_fptr_param (int(*fp)(size_t nv, const vec_t &x, vec_t &y, param_t &), param_t &pa) | |
Specify the function pointer. | |
int | set_function (int(*fp)(size_t nv, const vec_t &x, vec_t &y, param_t &), param_t &pa) |
Specify the 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(* | fptr )(size_t nv, const vec_t &x, vec_t &y, param_t &) |
The function pointer to the user-supplied function. | |
param_t * | pp |
The parameter. | |
Private Member Functions | |
mm_funct_fptr_param (const mm_funct_fptr_param &) | |
mm_funct_fptr_param & | operator= (const mm_funct_fptr_param &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).