Template Class CArrayKokkos
Defined in File matar.h
Class Documentation
-
template<typename T, typename Layout = DefaultLayout, typename ExecSpace = DefaultExecSpace, typename MemoryTraits = void>
class CArrayKokkos Kokkos version of the serial CArray class.
Public Functions
-
CArrayKokkos()
-
CArrayKokkos(size_t dim0, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, size_t dim2, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, size_t dim2, size_t dim3, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, size_t dim2, size_t dim3, size_t dim4, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, size_t dim2, size_t dim3, size_t dim4, size_t dim5, const std::string &tag_string = DEFAULTSTRINGARRAY)
-
CArrayKokkos(size_t dim0, size_t dim1, size_t dim2, size_t dim3, size_t dim4, size_t dim5, size_t dim6, const std::string &tag_string = DEFAULTSTRINGARRAY)
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j, size_t k) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j, size_t k, size_t l) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j, size_t k, size_t l, size_t m) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j, size_t k, size_t l, size_t m, size_t n) const
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j, size_t k, size_t l, size_t m, size_t n, size_t o) const
- KOKKOS_INLINE_FUNCTION CArrayKokkos & operator= (const CArrayKokkos &temp)
- KOKKOS_INLINE_FUNCTION size_t size () const
- KOKKOS_INLINE_FUNCTION size_t extent () const
- KOKKOS_INLINE_FUNCTION size_t dims (size_t i) const
- KOKKOS_INLINE_FUNCTION size_t order () const
- KOKKOS_INLINE_FUNCTION T * pointer () const
- KOKKOS_INLINE_FUNCTION TArray1D get_kokkos_view () const
-
KOKKOS_INLINE_FUNCTION ~CArrayKokkos()
-
CArrayKokkos()