Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Functions | |
template<typename Matrix , typename Vector , typename Ordinal > | |
bool | Stokhos::CG_Solve (const Matrix &A, Vector &x, const Vector &b, typename Vector::mag_type tol, Ordinal max_its, std::ostream *out=0) |
template<typename Matrix , typename Vector , typename Prec , typename Ordinal > | |
bool | Stokhos::PCG_Solve (const Matrix &A, Vector &x, const Vector &b, const Prec &M, typename Vector::mag_type tol, Ordinal max_its, std::ostream *out=0) |