Static Public Member Functions

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>

List of all members.

Static Public Member Functions


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.