| Belos
    Version of the Day
    | 
Defines the GMRES polynomial operator hybrid-GMRES iterative linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosOperator.hpp"#include "BelosMultiVec.hpp"#include "BelosOperatorTraits.hpp"#include "BelosMultiVecTraits.hpp"#include "BelosLinearProblem.hpp"#include "BelosGmresIteration.hpp"#include "BelosBlockGmresIter.hpp"#include "BelosOrthoManagerFactory.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.hpp"#include "BelosStatusTestImpResNorm.hpp"#include "BelosStatusTestCombo.hpp"#include "BelosStatusTestOutputFactory.hpp"#include "BelosOutputManager.hpp"#include "Teuchos_BLAS.hpp"#include "Teuchos_LAPACK.hpp"#include "Teuchos_as.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_SerialDenseMatrix.hpp"#include "Teuchos_SerialDenseVector.hpp"#include "Teuchos_SerialDenseSolver.hpp"#include "Teuchos_ParameterList.hpp"

Go to the source code of this file.
| Classes | |
| class | Belos::GmresPolyOpOrthoFailure | 
| GmresPolyOpOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors.  More... | |
| class | Belos::GmresPolyMv< ScalarType, MV > | 
| 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... | |
| Namespaces | |
| Belos | |
Defines the GMRES polynomial operator hybrid-GMRES iterative linear solver.
Definition in file BelosGmresPolyOp.hpp.
 1.8.5
 1.8.5