Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::FastCubicIpol< T > Class Template Reference

Fast cubic interpolation which requires the same number of sampling points as the linear interpolation, but provides a smooth derivative at the cost that this derivative is always zero at the samplint points. More...

#include <FastCubicIpol.hpp>

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>
static T derivative (const Storage1D &Data, double t, index_t size)

Detailed Description

template<class T>
class Fiber::FastCubicIpol< T >

Fast cubic interpolation which requires the same number of sampling points as the linear interpolation, but provides a smooth derivative at the cost that this derivative is always zero at the samplint points.

Author
Werner Benger
Date
3.11.1995, Jun 2004
Examples
Interpolation.cpp.