Linear interpolation.
More...
#include <LinearIpol.hpp>
List of all members.
Public Types
Static Public Member Functions
-
template<class Storage1D , class Limiter > static T interpolate (const Storage1D &Data, double t, index_t size, const Limiter &L)
-
template<class Storage1D , class Limiter > static T derivative (const Storage1D &Data, double t, index_t size, const Limiter &L)
Detailed Description
template<class T, bool Vectorial = false>
class Fiber::LinearIpol< T, Vectorial >
Linear interpolation.
- Author:
- Werner Benger
- Date:
- 3.11.1995, Jun 2004
- Examples:
-
Interpolation.cpp.