|
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 672 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 684 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 691 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 705 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| ExecSpace Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_space |
Definition at line 673 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| value_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_p |
Definition at line 674 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| scalar_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_sp |
Definition at line 675 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| size_t Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_span |
Definition at line 676 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| unsigned Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::VectorConstruct< ExecSpace >::m_vector_size |
Definition at line 677 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
1.8.14