Stokhos
Development
|
Analyze the array shape of a Sacado::UQ::PCE. More...
#include <Kokkos_View_UQ_PCE_Contiguous.hpp>
Public Types | |
typedef ViewPCEContiguous | specialize |
typedef Shape< sizeof(Sacado::UQ::PCE< StorageType >), 0 > | shape |
typedef Sacado::UQ::PCE< StorageType > | array_intrinsic_type |
typedef const Sacado::UQ::PCE< StorageType > | const_array_intrinsic_type |
typedef Sacado::UQ::PCE< StorageType > | non_const_array_intrinsic_type |
typedef Sacado::UQ::PCE< StorageType > | type |
typedef const Sacado::UQ::PCE< StorageType > | const_type |
typedef Sacado::UQ::PCE< StorageType > | non_const_type |
typedef Sacado::UQ::PCE< StorageType > | value_type |
typedef const Sacado::UQ::PCE< StorageType > | const_value_type |
typedef Sacado::UQ::PCE< StorageType > | non_const_value_type |
Analyze the array shape of a Sacado::UQ::PCE.
This specialization is required so that the array shape of Kokkos::View< Sacado::UQ::PCE< StorageType > , ... > can be determined at compile-time.
This treats Sacado::UQ::PCE as an atomic scalar.