Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Member Functions | |
RhoModel (int n, double dx) | |
void | computeRho (const Teuchos::Array< double > &s2, const Teuchos::Array< double > &gamma, Teuchos::Array< double > &rho) |
void | computeRhoPCE (const Stokhos::OrthogPolyBasis< int, double > &basis, const Stokhos::Quadrature< int, double > &quad, const Stokhos::OrthogPolyApprox< int, double > &xi2, const Stokhos::OrthogPolyApprox< int, double > &gamma, Stokhos::OrthogPolyApprox< int, double > &rho) |
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 30 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 32 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 33 of file stieltjes_coupled.cpp.
|
inline |
Definition at line 68 of file stieltjes_coupled.cpp.
|
private |
Definition at line 105 of file stieltjes_coupled.cpp.
|
private |
Definition at line 106 of file stieltjes_coupled.cpp.
|
private |
Definition at line 107 of file stieltjes_coupled.cpp.
|
private |
Definition at line 108 of file stieltjes_coupled.cpp.
|
private |
Definition at line 109 of file stieltjes_coupled.cpp.