Go to the source code of this file.
|
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) |
|