Stokhos  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types
Kokkos::Impl::AnalyzeShape< Sacado::UQ::PCE< StorageType > > Struct Template Reference

Analyze the array shape of a Sacado::UQ::PCE. More...

#include <Kokkos_View_UQ_PCE_Contiguous.hpp>

List of all members.

Public Types

typedef ViewPCEContiguous specialize
typedef Shape< sizeof(Sacado::UQ::PCE
< StorageType >), 0 > 
shape
typedef Sacado::UQ::PCE
< StorageType > 
array_type
typedef const Sacado::UQ::PCE
< StorageType > 
const_array_type
typedef Sacado::UQ::PCE
< StorageType > 
non_const_array_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

Detailed Description

template<class StorageType>
struct Kokkos::Impl::AnalyzeShape< Sacado::UQ::PCE< StorageType > >

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator