Stokhos  Development
Public Types | List of all members
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>

Inheritance diagram for Kokkos::Impl::AnalyzeShape< Sacado::UQ::PCE< StorageType > >:
Inheritance graph
[legend]
Collaboration diagram for Kokkos::Impl::AnalyzeShape< Sacado::UQ::PCE< StorageType > >:
Collaboration graph
[legend]

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
 

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: