![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
One-dimensional function [abstract base]. More...
#include <funct.h>
This class generalizes a one-dimensional function y(x).
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.
Public Member Functions | |
virtual double | operator() (double x)=0 |
Compute the function at point x , with result y . |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).