#include <fit_base.h>
Definition at line 223 of file fit_base.h.
Public Member Functions | |
fit_vfunct_mfptr (tclass *tp, int(tclass::*fp)(size_t np, double p[], double x, double &y, param_t &pa)) | |
Specify the member function pointer. | |
virtual int | operator() (size_t np, double p[], double x, double &y, param_t &pa) |
Using parameters in p , predict y given x . | |
Protected Attributes | |
int(tclass::* | fptr )(size_t np, double p[], double x, double &y, param_t &pa) |
Storage for the user-specified function pointer. | |
tclass * | tptr |
Storage for the class pointer. | |
Private Member Functions | |
fit_vfunct_mfptr (const fit_vfunct_mfptr &) | |
fit_vfunct_mfptr & | operator= (const fit_vfunct_mfptr &) |
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