|
Belos Version of the Day
|
Common state and functionality for new GMRES implementations. More...
#include <BelosLinearProblem.hpp>#include <BelosOrthoManager.hpp>#include <BelosMultiVecTraits.hpp>#include <BelosProjectedLeastSquaresSolver.hpp>#include <Teuchos_BLAS.hpp>#include <Teuchos_LAPACK.hpp>#include <Teuchos_ScalarTraits.hpp>#include <Teuchos_SerialDenseVector.hpp>#include <Teuchos_TypeNameTraits.hpp>#include <algorithm>#include <iterator>#include <utility>

Go to the source code of this file.
Classes | |
| class | Belos::GmresCantExtendBasis |
| Raised by GmresBase::extendBasis() if can't extend basis. More... | |
| class | Belos::GmresRejectsCandidateBasis |
| Thrown if GmresBase's current candidate "basis" isn't a basis. More... | |
| class | Belos::GmresBase< Scalar, MV, OP > |
| Common state and functionality for new GMRES implementations. More... | |
Namespaces | |
| namespace | Belos |
Common state and functionality for new GMRES implementations.
Definition in file BelosGmresBase.hpp.
1.7.4