Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Kokkos_View_UQ_PCE_Utils.hpp>
Public Types | |
typedef ViewType::value_type | vector_type |
typedef ViewType::array_layout | array_layout |
typedef ViewType::execution_space | execution_space |
typedef ViewType::device_type | device_type |
typedef vector_type::storage_type | storage_type |
typedef storage_type::template apply_N< LocalSize > | StorageApply |
typedef StorageApply::type | local_storage_type |
typedef Sacado::UQ::PCE< local_storage_type > | local_value_type |
typedef Kokkos::View< local_value_type *, array_layout, device_type, Kokkos::MemoryUnmanaged > | type |
Definition at line 65 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef ViewType::value_type Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::vector_type |
Definition at line 66 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef ViewType::array_layout Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::array_layout |
Definition at line 67 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef ViewType::execution_space Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::execution_space |
Definition at line 68 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef ViewType::device_type Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::device_type |
Definition at line 69 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef vector_type::storage_type Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::storage_type |
Definition at line 70 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef storage_type::template apply_N<LocalSize> Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::StorageApply |
Definition at line 71 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef StorageApply::type Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::local_storage_type |
Definition at line 72 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef Sacado::UQ::PCE< local_storage_type > Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::local_value_type |
Definition at line 73 of file Kokkos_View_UQ_PCE_Utils.hpp.
typedef Kokkos::View< local_value_type*, array_layout, device_type, Kokkos::MemoryUnmanaged > Kokkos::LocalUQPCEView< ViewType, LocalSize, 1, true >::type |
Definition at line 78 of file Kokkos_View_UQ_PCE_Utils.hpp.