Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Lanczos_PCE_Setup< Func > Struct Template Reference

Public Types

typedef Func::OrdinalType OrdinalType
 
typedef Func::ValueType ValueType
 
typedef Func::OrdinalType OrdinalType
 
typedef Func::ValueType ValueType
 
typedef Func::OrdinalType OrdinalType
 
typedef Func::ValueType ValueType
 

Public Member Functions

 Lanczos_PCE_Setup (bool normalize)
 
 Lanczos_PCE_Setup (bool normalize)
 
 Lanczos_PCE_Setup (bool normalize, bool project)
 

Public Attributes

ValueType rtol
 
ValueType atol
 
Func func
 
OrdinalType sz
 
OrdinalType st_sz
 
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< OrdinalType, ValueType > > basis
 
Teuchos::RCP< Stokhos::QuadOrthogPolyExpansion< OrdinalType, ValueType > > exp
 
Teuchos::RCP< const Stokhos::HouseTriDiagPCEBasis< OrdinalType, ValueType > > st_1d_proj_basis
 
Teuchos::Array< Teuchos::RCP< const Stokhos::OneDOrthogPolyBasis< OrdinalType, ValueType > > > st_bases
 
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< OrdinalType, ValueType > > st_basis
 
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > st_quad
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypeu
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypev
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypeu_st
 
Stokhos::OrthogPolyApprox< OrdinalType, ValueTypev_st
 
Teuchos::RCP< const Stokhos::MonoProjPCEBasis< OrdinalType, ValueType > > st_1d_proj_basis
 
Teuchos::RCP< const Stokhos::LanczosProjPCEBasis< OrdinalType, ValueType > > st_1d_proj_basis
 
Teuchos::RCP< const Stokhos::LanczosPCEBasis< OrdinalType, ValueType > > st_1d_basis
 

Detailed Description

template<typename Func>
struct Lanczos_PCE_Setup< Func >

Definition at line 72 of file Stokhos_HouseTriDiagUnitTest.cpp.

Member Typedef Documentation

◆ OrdinalType [1/3]

template<typename Func >
typedef Func::OrdinalType Lanczos_PCE_Setup< Func >::OrdinalType

Definition at line 73 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ ValueType [1/3]

template<typename Func >
typedef Func::ValueType Lanczos_PCE_Setup< Func >::ValueType

Definition at line 74 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ OrdinalType [2/3]

template<typename Func >
typedef Func::OrdinalType Lanczos_PCE_Setup< Func >::OrdinalType

Definition at line 73 of file Stokhos_MonoProjUnitTest.cpp.

◆ ValueType [2/3]

template<typename Func >
typedef Func::ValueType Lanczos_PCE_Setup< Func >::ValueType

Definition at line 74 of file Stokhos_MonoProjUnitTest.cpp.

◆ OrdinalType [3/3]

template<typename Func >
typedef Func::OrdinalType Lanczos_PCE_Setup< Func >::OrdinalType

Definition at line 74 of file Stokhos_LanczosUnitTest.cpp.

◆ ValueType [3/3]

template<typename Func >
typedef Func::ValueType Lanczos_PCE_Setup< Func >::ValueType

Definition at line 75 of file Stokhos_LanczosUnitTest.cpp.

Constructor & Destructor Documentation

◆ Lanczos_PCE_Setup() [1/3]

template<typename Func >
Lanczos_PCE_Setup< Func >::Lanczos_PCE_Setup ( bool normalize)
inline

Definition at line 86 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ Lanczos_PCE_Setup() [2/3]

template<typename Func >
Lanczos_PCE_Setup< Func >::Lanczos_PCE_Setup ( bool normalize)
inline

Definition at line 86 of file Stokhos_MonoProjUnitTest.cpp.

◆ Lanczos_PCE_Setup() [3/3]

template<typename Func >
Lanczos_PCE_Setup< Func >::Lanczos_PCE_Setup ( bool normalize,
bool project )
inline

Definition at line 88 of file Stokhos_LanczosUnitTest.cpp.

Member Data Documentation

◆ rtol

template<typename Func >
ValueType Lanczos_PCE_Setup< Func >::rtol

Definition at line 75 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ atol

template<typename Func >
ValueType Lanczos_PCE_Setup< Func >::atol

Definition at line 75 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ func

template<typename Func >
Func Lanczos_PCE_Setup< Func >::func

Definition at line 76 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ sz

template<typename Func >
OrdinalType Lanczos_PCE_Setup< Func >::sz

Definition at line 77 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_sz

template<typename Func >
OrdinalType Lanczos_PCE_Setup< Func >::st_sz

Definition at line 77 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ basis

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

Definition at line 78 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ exp

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

Definition at line 79 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_1d_proj_basis [1/3]

template<typename Func >
Teuchos::RCP<const Stokhos::HouseTriDiagPCEBasis<OrdinalType,ValueType> > Lanczos_PCE_Setup< Func >::st_1d_proj_basis

Definition at line 80 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_bases

template<typename Func >
Teuchos::Array< Teuchos::RCP< const Stokhos::OneDOrthogPolyBasis< OrdinalType, ValueType > > > Lanczos_PCE_Setup< Func >::st_bases

Definition at line 81 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_basis

template<typename Func >
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< OrdinalType, ValueType > > Lanczos_PCE_Setup< Func >::st_basis

Definition at line 82 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_quad

template<typename Func >
Teuchos::RCP< const Stokhos::Quadrature< OrdinalType, ValueType > > Lanczos_PCE_Setup< Func >::st_quad

Definition at line 83 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ u

template<typename Func >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > Lanczos_PCE_Setup< Func >::u

Definition at line 84 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ v

template<typename Func >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > Lanczos_PCE_Setup< Func >::v

Definition at line 84 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ u_st

template<typename Func >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > Lanczos_PCE_Setup< Func >::u_st

Definition at line 84 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ v_st

template<typename Func >
Stokhos::OrthogPolyApprox< OrdinalType, ValueType > Lanczos_PCE_Setup< Func >::v_st

Definition at line 84 of file Stokhos_HouseTriDiagUnitTest.cpp.

◆ st_1d_proj_basis [2/3]

template<typename Func >
Teuchos::RCP<const Stokhos::MonoProjPCEBasis<OrdinalType,ValueType> > Lanczos_PCE_Setup< Func >::st_1d_proj_basis

Definition at line 80 of file Stokhos_MonoProjUnitTest.cpp.

◆ st_1d_proj_basis [3/3]

template<typename Func >
Teuchos::RCP<const Stokhos::LanczosProjPCEBasis<OrdinalType,ValueType> > Lanczos_PCE_Setup< Func >::st_1d_proj_basis

Definition at line 81 of file Stokhos_LanczosUnitTest.cpp.

◆ st_1d_basis

template<typename Func >
Teuchos::RCP<const Stokhos::LanczosPCEBasis<OrdinalType,ValueType> > Lanczos_PCE_Setup< Func >::st_1d_basis

Definition at line 82 of file Stokhos_LanczosUnitTest.cpp.


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