Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_MP_Vector_Contiguous.hpp>
Public Member Functions | |
VectorConstruct ()=default | |
VectorConstruct (const VectorConstruct &)=default | |
VectorConstruct & | operator= (const VectorConstruct &)=default |
VectorConstruct (const ExecSpace &space, value_type *p, scalar_type *sp, const size_t span, const unsigned vector_size) | |
void | execute () |
KOKKOS_INLINE_FUNCTION void | operator() (const size_t i) const |
Public Attributes | |
ExecSpace | m_space |
value_type * | m_p |
scalar_type * | m_sp |
size_t | m_span |
unsigned | m_vector_size |
Definition at line 404 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 416 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 423 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 437 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
ExecSpace Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_space |
Definition at line 405 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
value_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_p |
Definition at line 406 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
scalar_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_sp |
Definition at line 407 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
size_t Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_span |
Definition at line 408 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
unsigned Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_vector_size |
Definition at line 409 of file KokkosExp_View_MP_Vector_Contiguous.hpp.