![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Member function pointer fitting function.
#include <fit_base.h>
Definition at line 96 of file fit_base.h.
Public Member Functions | |
fit_funct_mfptr (tclass *tp, double(tclass::*fp)(size_t np, const vec_t &p, double x)) | |
Specify the member function pointer. | |
virtual double | operator() (size_t np, const vec_t &p, double x) |
Using parameters in p , predict y given x . | |
Protected Attributes | |
double(tclass::* | fptr )(size_t np, const vec_t &p, double x) |
Storage for the user-specified function pointer. | |
tclass * | tptr |
Storage for the class pointer. | |
Private Member Functions | |
fit_funct_mfptr (const fit_funct_mfptr &) | |
fit_funct_mfptr & | operator= (const fit_funct_mfptr &) |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).