Template Class DynamicRaggedRightArrayKokkos
Defined in File matar.h
Nested Relationships
Nested Types
Class Documentation
-
template<typename T, typename Layout = DefaultLayout, typename ExecSpace = DefaultExecSpace, typename MemoryTraits = void>
class DynamicRaggedRightArrayKokkos Public Functions
-
DynamicRaggedRightArrayKokkos()
-
DynamicRaggedRightArrayKokkos(size_t dim1, size_t dim2, const std::string &tag_string = DEFAULTSTRINGARRAY)
- KOKKOS_INLINE_FUNCTION size_t & stride (size_t i) const
- KOKKOS_INLINE_FUNCTION size_t size () const
- KOKKOS_INLINE_FUNCTION TArray1D get_kokkos_view ()
- KOKKOS_INLINE_FUNCTION T & operator() (size_t i, size_t j) const
- KOKKOS_INLINE_FUNCTION DynamicRaggedRightArrayKokkos & operator= (const DynamicRaggedRightArrayKokkos &temp)
-
KOKKOS_INLINE_FUNCTION ~DynamicRaggedRightArrayKokkos()
-
DynamicRaggedRightArrayKokkos()