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

Analyze the array shape of a Sacado::MP::Vector. More...

#include <Kokkos_View_MP_Vector_Interlaced.hpp>

List of all members.

Public Types

typedef ViewMPVectorContiguous specialize
typedef Shape< sizeof(Sacado::MP::Vector
< StorageType >), 0 > 
shape
typedef Sacado::MP::Vector
< StorageType > 
array_type
typedef const
Sacado::MP::Vector
< StorageType > 
const_array_type
typedef Sacado::MP::Vector
< StorageType > 
non_const_array_type
typedef Sacado::MP::Vector
< StorageType > 
type
typedef const
Sacado::MP::Vector
< StorageType > 
const_type
typedef Sacado::MP::Vector
< StorageType > 
non_const_type
typedef Sacado::MP::Vector
< StorageType > 
value_type
typedef const
Sacado::MP::Vector
< StorageType > 
const_value_type
typedef Sacado::MP::Vector
< StorageType > 
non_const_value_type
typedef ViewMPVectorInterlaced specialize
typedef Shape< sizeof(Sacado::MP::Vector
< StorageType >), 0 > 
shape
typedef if_c
< StorageType::is_static,
typename nested::array_type[StorageType::is_static?StorageType::static_size:1],
typename nested::array_type * >
::type 
array_type
typedef if_c
< StorageType::is_static,
typename
nested::const_array_type[StorageType::is_static?StorageType::static_size:1],
typename
nested::const_array_type * >
::type 
const_array_type
typedef array_type non_const_array_type
typedef Sacado::MP::Vector
< StorageType > 
type
typedef const
Sacado::MP::Vector
< StorageType > 
const_type
typedef Sacado::MP::Vector
< StorageType > 
non_const_type
typedef Sacado::MP::Vector
< StorageType > 
value_type
typedef const
Sacado::MP::Vector
< StorageType > 
const_value_type
typedef Sacado::MP::Vector
< StorageType > 
non_const_value_type

Detailed Description

template<class StorageType>
struct Kokkos::Impl::AnalyzeShape< Sacado::MP::Vector< StorageType > >

Analyze the array shape of a Sacado::MP::Vector.

This specialization is required so that the array shape of Kokkos::View< Sacado::MP::Vector< StorageType > , ... > can be determined at compile-time.

This treats Sacado::MP::Vector as an atomic scalar.

This specialization is required so that the array shape of Kokkos::View< Sacado::MP::Vector< StorageType > , ... > can be determined at compile-time.


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