2 #ifndef __cflInterp_hpp__ 3 #define __cflInterp_hpp__ 76 template <
class InIt1,
class InIt2>
78 InIt2 itValBegin)
const;
106 #include "cfl/Inline/iInterp.hpp" 107 #endif // of __cflInterp_hpp__ virtual ~IInterp()
Definition: Interp.hpp:39
Standard concrete class for interpolation of one-dimensional functions.
Definition: Interp.hpp:57
Concrete class for a one-dimensional function.
Definition: Function.hpp:78
virtual Function interpolate(const std::vector< double > &rArg, const std::vector< double > &rVal) const =0
Interface class for numerical interpolation.
Definition: Interp.hpp:33
Main namespace for cfl library.
Definition: Approx.hpp:22
One-dimensional function object in cfl library.