Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Static Public Member Functions | List of all members
Tpetra::Details::ScalarViewTraits< Sacado::UQ::PCE< S >, D > Struct Template Reference

Partial specialization of ScalarViewTraits for Sacado's PCE UQ type. More...

#include <Stokhos_Tpetra_UQ_PCE.hpp>

Public Types

using value_type = Sacado::UQ::PCE< S >
 
using device_type = D
 

Static Public Member Functions

static Kokkos::View
< value_type *, device_type > 
allocateArray (const value_type &x, const size_t numEnt, const std::string &label="")
 

Detailed Description

template<typename S, typename D>
struct Tpetra::Details::ScalarViewTraits< Sacado::UQ::PCE< S >, D >

Partial specialization of ScalarViewTraits for Sacado's PCE UQ type.

Template Parameters
SThe underlying scalar type in the PCE UQ type.
DThe Kokkos "device" type.

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