FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Static Public Member Functions | List of all members
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 >
staticinterpolate (const Storage1D &Data, double t, index_t size, const Limiter &L)
 
template<class Storage1D >
staticderivative (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