|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
An alternative version of the linear interpolator that works for types which do not allow scalar multiplication, such as points in a space. More...
#include <LinearIpol.hpp>
Public Types | |
| typedef T | value_type |
| Export the type argument. | |
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) |
An alternative version of the linear interpolator that works for types which do not allow scalar multiplication, such as points in a space.