ivutils
Loading...
Searching...
No Matches
StaticInterpolation< coef_t, N, index_t > Struct Template Reference

Simple implementation of interpolation form (but not efficient in terms of used memory) More...

#include <transfer.h>

Public Attributes

index_t shifts [N]
 interpolation indices
 
coef_t coeffs [N]
 interpolation coefficients
 
int n
 number of terms in interpolation
 

Detailed Description

template<class coef_t, int N, class index_t = ptrdiff_t>
struct StaticInterpolation< coef_t, N, index_t >

Simple implementation of interpolation form (but not efficient in terms of used memory)


The documentation for this struct was generated from the following file: