|
Belos
Version of the Day
|
Defines the GMRES polynomial operator hybrid-GMRES iterative linear solver. More...
#include "BelosOperatorTraits.hpp"#include "BelosMultiVecTraits.hpp"#include "BelosLinearProblem.hpp"#include "BelosConfigDefs.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_SerialDenseMatrix.hpp"#include "Teuchos_SerialDenseVector.hpp"

Go to the source code of this file.
Classes | |
| class | Belos::GmresPolyOp< ScalarType, MV, OP > |
| Belos's class for applying the GMRES polynomial operator that is used by the hybrid-GMRES linear solver. More... | |
| class | Belos::OperatorTraits< ScalarType, MV, GmresPolyOp< ScalarType, MV, OP > > |
| Template specialization of Belos::OperatorTraits class using Belos::GmresPolyOp. More... | |
Namespaces | |
| namespace | Belos |
Defines the GMRES polynomial operator hybrid-GMRES iterative linear solver.
Definition in file BelosGmresPolyOp.hpp.
1.7.6.1