Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > > Struct Template Reference

#include <Teuchos_SerialQRDenseSolver_UQ_PCE.hpp>

Public Types

typedef Stokhos::DynamicStorage< Ordinal, Value, Device > Storage
 
typedef Sacado::UQ::PCE< Storagepce_type
 
typedef pce_type::cijk_type cijk_type
 

Static Public Member Functions

static Value * getValueArray (pce_type *v, Ordinal len)
 
static pce_typegetPCEArray (Value *v, Ordinal len, Ordinal vector_size)
 

Detailed Description

template<typename Ordinal, typename Value, typename Device>
struct Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >

Definition at line 301 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.

Member Typedef Documentation

◆ Storage

template<typename Ordinal , typename Value , typename Device >
typedef Stokhos::DynamicStorage<Ordinal,Value,Device> Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::Storage

Definition at line 303 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.

◆ pce_type

template<typename Ordinal , typename Value , typename Device >
typedef Sacado::UQ::PCE<Storage> Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::pce_type

Definition at line 304 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.

◆ cijk_type

template<typename Ordinal , typename Value , typename Device >
typedef pce_type::cijk_type Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::cijk_type

Definition at line 305 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.

Member Function Documentation

◆ getValueArray()

template<typename Ordinal , typename Value , typename Device >
static Value* Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::getValueArray ( pce_type v,
Ordinal  len 
)
inlinestatic

Definition at line 307 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.

◆ getPCEArray()

template<typename Ordinal , typename Value , typename Device >
static pce_type* Teuchos::details::PCEArrayHelper< Stokhos::DynamicStorage< Ordinal, Value, Device > >::getPCEArray ( Value *  v,
Ordinal  len,
Ordinal  vector_size 
)
inlinestatic

Definition at line 313 of file Teuchos_SerialQRDenseSolver_UQ_PCE.hpp.


The documentation for this struct was generated from the following file: