Tatooine
Classes | Namespaces | Functions
static_multidim_array.h File Reference

Go to the source code of this file.

Classes

class  tatooine::static_multidim_array< ValueType, IndexOrder, MemLoc, Resolution >
 

Namespaces

namespace  tatooine
 

Functions

template<typename MemLocOut = stack, typename IndexingOut = x_fastest, typename T0 , typename T1 , typename Indexing0 , typename Indexing1 , typename MemLoc0 , typename MemLoc1 , typename FReal , std::size_t... Resolution>
auto tatooine::interpolate (static_multidim_array< T0, Indexing0, MemLoc0, Resolution... > const &arr0, static_multidim_array< T1, Indexing1, MemLoc1, Resolution... > const &arr1, FReal factor)
 
template<typename MemLocOut = stack, typename IndexingOut = x_fastest, typename T0 , typename T1 , typename Indexing0 , typename Indexing1 , typename MemLoc0 , typename MemLoc1 , typename LinReal , typename TReal , std::size_t... Resolution>
auto tatooine::interpolate (static_multidim_array< T0, Indexing0, MemLoc0, Resolution... > const &arr0, static_multidim_array< T1, Indexing1, MemLoc1, Resolution... > const &arr1, linspace< LinReal > const &ts, TReal t)