Template Class DViewCArrayKokkos
Defined in File matar.h
Class Documentation
-
template<typename T, typename Layout = DefaultLayout, typename ExecSpace = DefaultExecSpace, typename MemoryTraits = void>
class DViewCArrayKokkos Public Functions
-
DViewCArrayKokkos()
-
DViewCArrayKokkos(T *inp_array, size_t dim0, size_t dim1, size_t dim2, size_t dim3, size_t dim4, size_t dim5)
-
DViewCArrayKokkos(T *inp_array, size_t dim0, size_t dim1, size_t dim2, size_t dim3, size_t dim4, size_t dim5, size_t dim6)
- 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 DViewCArrayKokkos & operator= (const DViewCArrayKokkos &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 * device_pointer () const
- KOKKOS_INLINE_FUNCTION T * host_pointer () const
-
void update_host()
-
void update_device()
-
KOKKOS_INLINE_FUNCTION ~DViewCArrayKokkos()
Public Members
-
ViewCArray<T> host
-
DViewCArrayKokkos()