Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_MP_Vector_Contiguous.hpp>
Public Types | |
typedef ViewValueFunctor< ExecSpace, scalar_type > | FunctorType |
Public Member Functions | |
ConstructDestructFunctor ()=default | |
ConstructDestructFunctor (const ConstructDestructFunctor &)=default | |
ConstructDestructFunctor & | operator= (const ConstructDestructFunctor &)=default |
ConstructDestructFunctor (const ExecSpace &space, const bool initialize, const size_t span, const unsigned vector_size, scalar_type *scalar_ptr) | |
void | construct_shared_allocation () |
void | destroy_shared_allocation () |
Public Attributes | |
FunctorType | m_functor |
bool | m_initialize |
Definition at line 317 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
typedef ViewValueFunctor< ExecSpace, scalar_type > Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::FunctorType |
Definition at line 318 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 326 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 334 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 339 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
FunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_functor |
Definition at line 319 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
bool Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 320 of file KokkosExp_View_MP_Vector_Contiguous.hpp.