|
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 711 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 712 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| typedef VectorConstruct< ExecSpace > Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::VectorFunctorType |
Definition at line 713 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
default |
|
inline |
Definition at line 722 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
default |
|
inline |
Definition at line 732 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 750 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| ScalarFunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_scalar_functor |
Definition at line 714 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| VectorFunctorType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_vector_functor |
Definition at line 715 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| bool Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::ConstructDestructFunctor< ExecSpace >::m_initialize |
Definition at line 716 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
1.8.14