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 | Private Attributes | List of all members
GammaModel Class Reference

Public Member Functions

 GammaModel (int n, double dx)
 
void computeGamma (const Teuchos::Array< double > &s1, const Teuchos::Array< double > &rho, Teuchos::Array< double > &gamma)
 
void computeGammaPCE (const Stokhos::OrthogPolyBasis< int, double > &basis, const Stokhos::Quadrature< int, double > &quad, const Stokhos::OrthogPolyApprox< int, double > &xi1, const Stokhos::OrthogPolyApprox< int, double > &rho, Stokhos::OrthogPolyApprox< int, double > &gamma)
 

Private Attributes

Teuchos::SerialDenseMatrix
< int, double
A
 
Teuchos::SerialDenseVector
< int, double
b
 
double h
 
Teuchos::LAPACK< int, doublelapack
 
Teuchos::Array< int > piv
 

Detailed Description

Definition at line 112 of file stieltjes_coupled.cpp.

Constructor & Destructor Documentation

GammaModel::GammaModel ( int  n,
double  dx 
)
inline

Definition at line 114 of file stieltjes_coupled.cpp.

Member Function Documentation

void GammaModel::computeGamma ( const Teuchos::Array< double > &  s1,
const Teuchos::Array< double > &  rho,
Teuchos::Array< double > &  gamma 
)
inline

Definition at line 115 of file stieltjes_coupled.cpp.

void GammaModel::computeGammaPCE ( const Stokhos::OrthogPolyBasis< int, double > &  basis,
const Stokhos::Quadrature< int, double > &  quad,
const Stokhos::OrthogPolyApprox< int, double > &  xi1,
const Stokhos::OrthogPolyApprox< int, double > &  rho,
Stokhos::OrthogPolyApprox< int, double > &  gamma 
)
inline

Definition at line 154 of file stieltjes_coupled.cpp.

Member Data Documentation

Teuchos::SerialDenseMatrix<int,double> GammaModel::A
private

Definition at line 190 of file stieltjes_coupled.cpp.

Teuchos::SerialDenseVector<int,double> GammaModel::b
private

Definition at line 191 of file stieltjes_coupled.cpp.

double GammaModel::h
private

Definition at line 192 of file stieltjes_coupled.cpp.

Teuchos::LAPACK<int,double> GammaModel::lapack
private

Definition at line 193 of file stieltjes_coupled.cpp.

Teuchos::Array<int> GammaModel::piv
private

Definition at line 194 of file stieltjes_coupled.cpp.


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