#include <funct.h>
Definition at line 125 of file funct.h.
Public Member Functions | |
funct_fptr_noerr (double(*fp)(double x, param_t &pa)) | |
Specify the function pointer. | |
virtual | ~funct_fptr_noerr () |
virtual int | operator() (double x, double &y, param_t &pa) |
The overloaded operator(). | |
virtual double | operator() (double x, param_t &pa) |
The overloaded operator(). | |
Protected Attributes | |
double(* | fptr )(double x, param_t &pa) |
Storage for the function pointer. |