|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_MP_Vector_Contiguous.hpp>
Classes | |
| struct | ConstructDestructFunctor |
| struct | VectorConstruct |
Public Types | |
| typedef ValueType | value_type |
| typedef Sacado::ValueType< value_type >::type | scalar_type |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | MPVectorAllocation () |
| template<typename T > | |
| KOKKOS_INLINE_FUNCTION MPVectorAllocation & | operator= (const MPVectorAllocation< T, false > &a) |
| KOKKOS_INLINE_FUNCTION void | set (value_type *ptr, const size_t span, const unsigned vector_size) |
| template<class ExecSpace > | |
| ConstructDestructFunctor< ExecSpace > | create_functor (const ExecSpace &space, const bool initialize, const size_t span, const unsigned vector_size) const |
| template<typename T > | |
| KOKKOS_INLINE_FUNCTION void | assign (T *ptr) |
Static Public Member Functions | |
| static KOKKOS_INLINE_FUNCTION constexpr size_t | memory_span (const size_t span, const unsigned vector_size) |
Public Attributes | |
| value_type * | value_ptr |
| scalar_type * | scalar_ptr |
Definition at line 638 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| typedef ValueType Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::value_type |
Definition at line 639 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| typedef Sacado::ValueType<value_type>::type Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::scalar_type |
Definition at line 640 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 652 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inlinestatic |
Definition at line 647 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 656 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 666 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 761 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
|
inline |
Definition at line 772 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| value_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::value_ptr |
Definition at line 642 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
| scalar_type* Kokkos::Experimental::Impl::MPVectorAllocation< ValueType, false >::scalar_ptr |
Definition at line 643 of file KokkosExp_View_MP_Vector_Contiguous.hpp.
1.8.14