#include "space_settings.hpp"
Go to the source code of this file.
Functions | |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T **, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T ***, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, int i) |
Kokkos::View<T*,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T*,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T **, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T***,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |