|
Belos
Version of the Day
|
Belos concrete class for generating iterations with the preconditioned tranpose-free QMR (TFQMR) method. More...
#include "BelosConfigDefs.hpp"#include "BelosIteration.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "BelosOutputManager.hpp"#include "BelosStatusTest.hpp"#include "BelosOperatorTraits.hpp"#include "BelosMultiVecTraits.hpp"#include "Teuchos_BLAS.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_TimeMonitor.hpp"

Go to the source code of this file.
Classes | |
| struct | Belos::PseudoBlockTFQMRIterState< ScalarType, MV > |
| Structure to contain pointers to PseudoBlockTFQMRIter state variables. More... | |
| class | Belos::PseudoBlockTFQMRIterInitFailure |
| PseudoBlockTFQMRIterInitFailure is thrown when the PseudoBlockTFQMRIter object is unable to generate an initial iterate in the PseudoBlockTFQMRIter::initialize() routine. More... | |
| class | Belos::PseudoBlockTFQMRIterateFailure |
| PseudoBlockTFQMRIterateFailure is thrown when the PseudoBlockTFQMRIter object is unable to compute the next iterate in the PseudoBlockTFQMRIter::iterate() routine. More... | |
| class | Belos::PseudoBlockTFQMRIter< ScalarType, MV, OP > |
| This class implements the preconditioned transpose-free QMR algorithm for solving non-Hermitian linear systems of equations Ax = b, where b is the right-hand side vector and x is the corresponding solution. More... | |
Namespaces | |
| Belos | |
Belos concrete class for generating iterations with the preconditioned tranpose-free QMR (TFQMR) method.
Definition in file BelosPseudoBlockTFQMRIter.hpp.
1.8.5