38#ifndef __IPOL_FASTCUBICIPOL_PP
39#define __IPOL_FASTCUBICIPOL_HPP "Created 11.06.2004 22:28:21 by bzfbenge"
41#include "IpolDelimiter.hpp"
61 template <
class Storage1D,
class Limiter>
67 if (t<0 )
return Data[0];
76 return Data[i] * (1-t) +
Data[i+1] * (t);
79 template <
class Storage1D>
constexpr __enable_if_is_duration< _ToDur > floor(const duration< _Rep, _Period > &__d)
valarray< size_t > size() const
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Fast cubic interpolation which requires the same number of sampling points as the linear interpolatio...
Definition FastCubicIpol.hpp:58
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
IndexTypeConfig< sizeof(void *)>::index_t index_t
Define the index type as according to the size of a pointer, i.e.
Definition Index.hpp:22