Go to the source code of this file.
|
namespace | Stokhos |
| Top-level namespace for Stokhos classes and 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) |
|