![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Function pointer to a multi-dimensional function.
#include <multi_funct.h>
Definition at line 74 of file multi_funct.h.
Public Member Functions | |
multi_funct_fptr (double(*fp)(size_t nv, const vec_t &x)) | |
Specify the function pointer. | |
virtual double | operator() (size_t nv, const vec_t &x) |
Compute a function y of nv variables stored in x with parameter pa . | |
Protected Attributes | |
double(* | fptr )(size_t nv, const vec_t &x) |
Store the function pointer. | |
Private Member Functions | |
multi_funct_fptr (const multi_funct_fptr &) | |
multi_funct_fptr & | operator= (const multi_funct_fptr &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).