Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_MP_Vector_Contiguous.hpp>
Public Types | |
typedef Kokkos::Impl::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 548 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
typedef Kokkos::Impl::ViewValueFunctor< ExecSpace, scalar_type > Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::FunctorType |
Definition at line 549 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 557 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 565 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 570 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
FunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_functor |
Definition at line 550 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
bool Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 551 of file KokkosExp_View_MP_Vector_Contiguous.hpp.