Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
GramSchmidt_PCE_Setup< OrdinalType, ValueType > Struct Template Reference

Public Member Functions

 GramSchmidt_PCE_Setup ()
 

Public Attributes

ValueType rtol
 
ValueType atol
 
OrdinalType sz
 
OrdinalType gs_sz
 
Teuchos::RCP< const
Stokhos::CompletePolynomialBasis
< OrdinalType, ValueType > > 
basis
 
Teuchos::RCP
< Stokhos::QuadOrthogPolyExpansion
< OrdinalType, ValueType > > 
exp
 
Teuchos::RCP< const
Stokhos::GramSchmidtBasis
< OrdinalType, ValueType > > 
gs_basis
 
Teuchos::RCP< const
Stokhos::Quadrature
< OrdinalType, ValueType > > 
gs_quad
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
u
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
v
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
w
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
u_gs
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
v_gs
 
Stokhos::OrthogPolyApprox
< OrdinalType, ValueType > 
w_gs
 

Detailed Description

template<typename OrdinalType, typename ValueType>
struct GramSchmidt_PCE_Setup< OrdinalType, ValueType >

Definition at line 55 of file Stokhos_GramSchmidtUnitTest.cpp.

Constructor & Destructor Documentation

template<typename OrdinalType , typename ValueType >
GramSchmidt_PCE_Setup< OrdinalType, ValueType >::GramSchmidt_PCE_Setup ( )
inline

Definition at line 64 of file Stokhos_GramSchmidtUnitTest.cpp.

Member Data Documentation

template<typename OrdinalType , typename ValueType >
ValueType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::rtol

Definition at line 56 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
ValueType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::atol

Definition at line 56 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
OrdinalType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::sz

Definition at line 57 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
OrdinalType GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_sz

Definition at line 57 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Teuchos::RCP<const Stokhos::CompletePolynomialBasis<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::basis

Definition at line 58 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::exp

Definition at line 59 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Teuchos::RCP<const Stokhos::GramSchmidtBasis<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_basis

Definition at line 60 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Teuchos::RCP<const Stokhos::Quadrature<OrdinalType,ValueType> > GramSchmidt_PCE_Setup< OrdinalType, ValueType >::gs_quad

Definition at line 61 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::u

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::v

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::w

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::u_gs

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::v_gs

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.

template<typename OrdinalType , typename ValueType >
Stokhos::OrthogPolyApprox<OrdinalType,ValueType> GramSchmidt_PCE_Setup< OrdinalType, ValueType >::w_gs

Definition at line 62 of file Stokhos_GramSchmidtUnitTest.cpp.


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