|
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 702 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 714 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 721 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 735 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| ExecSpace Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_space |
Definition at line 703 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| value_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_p |
Definition at line 704 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| scalar_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_sp |
Definition at line 705 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| size_t Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_span |
Definition at line 706 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| unsigned Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_vector_size |
Definition at line 707 of file KokkosExp_View_MP_Vector_Contiguous.hpp.