Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos_Tpetra_CG.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  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)