Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
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, double > | lapack |
Teuchos::Array< int > | piv |
Definition at line 112 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 114 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 115 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 154 of file stieltjes_coupled.cpp.
|
private |
Definition at line 190 of file stieltjes_coupled.cpp.
|
private |
Definition at line 191 of file stieltjes_coupled.cpp.
|
private |
Definition at line 192 of file stieltjes_coupled.cpp.
|
private |
Definition at line 193 of file stieltjes_coupled.cpp.
|
private |
Definition at line 194 of file stieltjes_coupled.cpp.