Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_View_MP_Vector_Interlaced.hpp>
Public Types | |
typedef ViewMPVectorContiguous | specialize |
Public Member Functions | |
template<class DT , class DL , class DD , class DM , class ST , class SL , class SD , class SM > | |
KOKKOS_INLINE_FUNCTION | ViewAssignment (View< DT, DL, DD, DM, specialize > &dst, const View< ST, SL, SD, SM, specialize > &src, const typename enable_if<(ViewAssignable< ViewTraits< DT, DL, DD, DM >, ViewTraits< ST, SL, SD, SM > >::value)>::type *=0) |
Compatible value and shape. More... | |
template<class DT , class DL , class DD , class DM , class ST , class SL , class SD , class SM > | |
KOKKOS_INLINE_FUNCTION | ViewAssignment (View< DT, DL, DD, DM, specialize > &dst, const View< ST, SL, SD, SM, specialize > &src, typename enable_if<(is_same< typename View< DT, DL, DD, DM, specialize >::intrinsic_scalar_type, typename View< ST, SL, SD, SM, specialize >::intrinsic_scalar_type >::value &&is_same< typename View< DT, DL, DD, DM, specialize >::memory_space, typename View< ST, SL, SD, SM, specialize >::memory_space >::value &&is_same< typename View< DT, DL, DD, DM, specialize >::array_layout, typename View< ST, SL, SD, SM, specialize >::array_layout >::value &&(unsigned(View< DT, DL, DD, DM, specialize >::Rank)==unsigned(View< ST, SL, SD, SM, specialize >::Rank)) &&! View< DT, DL, DD, DM, specialize >::is_managed), const Sacado::MP::VectorPartition & >::type part) |
Partition of compatible value and shape. More... | |
Definition at line 930 of file Kokkos_View_MP_Vector_Interlaced.hpp.
typedef ViewMPVectorContiguous Kokkos::Impl::ViewAssignment< ViewMPVectorInterlaced, ViewMPVectorInterlaced, void >::specialize |
Definition at line 932 of file Kokkos_View_MP_Vector_Interlaced.hpp.
|
inline |
Compatible value and shape.
Definition at line 940 of file Kokkos_View_MP_Vector_Interlaced.hpp.
|
inline |
Partition of compatible value and shape.
Definition at line 974 of file Kokkos_View_MP_Vector_Interlaced.hpp.