#include <fit_base.h>
Definition at line 220 of file fit_base.h.
Public Member Functions | |
fit_vfunct_fptr (int(*fp)(size_t np, double p[], double x, double &y, param_t &pa)) | |
Specify a fitting function by a 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(* | fptr )(size_t np, double p[], double x, double &y, param_t &pa) |
Storage for the user-specified function pointer. | |
Private Member Functions | |
fit_vfunct_fptr (const fit_vfunct_fptr &) | |
fit_vfunct_fptr & | operator= (const fit_vfunct_fptr &) |
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