|
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 584 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 585 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 593 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 601 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 606 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| FunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_functor |
Definition at line 586 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| bool Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, true >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 587 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
1.8.14