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 > | ScalarFunctorType |
typedef VectorConstruct< ExecSpace > | VectorFunctorType |
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, value_type *value_ptr) | |
void | construct_shared_allocation () |
void | destroy_shared_allocation () |
Public Attributes | |
ScalarFunctorType | m_scalar_functor |
VectorFunctorType | m_vector_functor |
bool | m_initialize |
Definition at line 675 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
typedef Kokkos::Impl::ViewValueFunctor< ExecSpace, scalar_type > Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::ScalarFunctorType |
Definition at line 676 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
typedef VectorConstruct< ExecSpace > Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::VectorFunctorType |
Definition at line 677 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 686 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 696 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 714 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
ScalarFunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 678 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
VectorFunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_vector_functor |
Definition at line 679 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
bool Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 680 of file KokkosExp_View_MP_Vector_Contiguous.hpp.