#include "BelosOperatorTraits.hpp"
#include "BelosMultiVecTraits.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosConfigDefs.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
Include dependency graph for BelosGmresPolyOp.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
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... | |
Definition in file BelosGmresPolyOp.hpp.
1.4.7