|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <KokkosExp_View_UQ_PCE_Contiguous.hpp>

Classes | |
| struct | ConstructDestructFunctor |
| struct | PCEConstruct |
Public Types | |
| typedef ValueType | value_type |
| typedef Sacado::ValueType < value_type >::type | scalar_type |
| typedef value_type::cijk_type | cijk_type |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | PCEAllocation () |
| template<typename T > | |
| KOKKOS_INLINE_FUNCTION PCEAllocation & | operator= (const PCEAllocation< T > &a) |
| KOKKOS_INLINE_FUNCTION void | set (value_type *ptr, const size_t span, const unsigned pce_size) |
| template<class ExecSpace > | |
| ConstructDestructFunctor < ExecSpace > | create_functor (const ExecSpace &space, const bool initialize, const size_t span, const unsigned pce_size, const cijk_type &cijk) const |
| template<typename T > | |
| void | assign (T *ptr) |
Static Public Member Functions | |
| static KOKKOS_INLINE_FUNCTION constexpr size_t | memory_span (const size_t span, const unsigned pce_size) |
Public Attributes | |
| value_type * | value_ptr |
| scalar_type * | scalar_ptr |
Definition at line 819 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| typedef ValueType Kokkos::Experimental::Impl::PCEAllocation< ValueType >::value_type |
Definition at line 820 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| typedef Sacado::ValueType<value_type>::type Kokkos::Experimental::Impl::PCEAllocation< ValueType >::scalar_type |
Definition at line 821 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| typedef value_type::cijk_type Kokkos::Experimental::Impl::PCEAllocation< ValueType >::cijk_type |
Definition at line 822 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 834 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inlinestatic |
Definition at line 829 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 838 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 848 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 947 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
|
inline |
Definition at line 960 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| value_type* Kokkos::Experimental::Impl::PCEAllocation< ValueType >::value_ptr |
Definition at line 824 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
| scalar_type* Kokkos::Experimental::Impl::PCEAllocation< ValueType >::scalar_ptr |
Definition at line 825 of file KokkosExp_View_UQ_PCE_Contiguous.hpp.
1.8.5