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