![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Const member function pointer to a multi-dimensional function.
#include <multi_funct.h>
Definition at line 260 of file multi_funct.h.
Public Member Functions | |
multi_funct_cmfptr (tclass *tp, double(tclass::*fp)(size_t nv, const vec_t &x) const) | |
Specify the member 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(tclass::* | fptr )(size_t nv, const vec_t &x) const |
Store the function pointer. | |
tclass * | tptr |
Store a pointer to the class instance. | |
Private Member Functions | |
multi_funct_cmfptr (const multi_funct_cmfptr &) | |
multi_funct_cmfptr & | operator= (const multi_funct_cmfptr &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).