#include <funct.h>
This class is one of a large number of function object classes in O2scl designed to provide a mechanism for the user to supply functions to solvers, minimizers, integrators, etc. See Function Objects for a general description.
Definition at line 44 of file funct.h.
Public Member Functions | |
virtual int | operator() (double x, double &y, param_t &pa)=0 |
Compute the function at point x , with result y . | |
virtual double | operator() (double x, param_t &pa) |
Compute the function at point x , returning the result. |
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