Interface for a one-dimensional function.
More...
#include <cfl/Function.hpp>
The abstract class for a one-dimensional function. Its implementation on a free store is used to construct the concrete class Function.
- See also
- Function, MultiFunction, IMultiFunction
virtual cfl::IFunction::~IFunction |
( |
| ) |
|
|
inlinevirtual |
virtual bool cfl::IFunction::belongs |
( |
double |
dX | ) |
const |
|
pure virtual |
Tests whether an argument belongs to the domain of the function.
- Parameters
-
- Returns
- The function returns
true
if the argument dX belongs to the domain of the function. Returns false
otherwise.
virtual double cfl::IFunction::operator() |
( |
double |
dX | ) |
const |
|
pure virtual |
Standard functional operator.
- Parameters
-
- Returns
- The value of the function at dX.
The documentation for this class was generated from the following file: