Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosPseudoBlockTFQMRIter.hpp File Reference

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_ScalarTraits.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
Include dependency graph for BelosPseudoBlockTFQMRIter.hpp:
This graph shows which files directly or indirectly include this file:

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::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
 

Detailed Description

Belos concrete class for generating iterations with the preconditioned tranpose-free QMR (TFQMR) method.

Definition in file BelosPseudoBlockTFQMRIter.hpp.