|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
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) |
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.