Interface class for numerical interpolation.
More...
#include <cfl/Interp.hpp>
This is the abstract class for numerical implementation. Its implementations are used to construct concrete class Interp.
- See also
- Interp and NInterp
virtual cfl::IInterp::~IInterp |
( |
| ) |
|
|
inlinevirtual |
Interpolation of the data supplied by the vectors of arguments (rArg) and values (rVal).
- Parameters
-
rArg | The vector of arguments. |
rVal | The vector of values. |
- Returns
- Interpolating function.
The documentation for this class was generated from the following file: