#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosPseudoBlockGmresIter.hpp"
#include "BelosDGKSOrthoManager.hpp"
#include "BelosICGSOrthoManager.hpp"
#include "BelosIMGSOrthoManager.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosStatusTestGenResNorm.hpp"
#include "BelosStatusTestImpResNorm.hpp"
#include "BelosStatusTestCombo.hpp"
#include "BelosStatusTestOutput.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_TimeMonitor.hpp"
Include dependency graph for BelosPseudoBlockGmresSolMgr.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Classes | |
| class | Belos::PseudoBlockGmresSolMgrLinearProblemFailure |
| PseudoBlockGmresSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::PseudoBlockGmresSolMgrOrthoFailure |
| PseudoBlockGmresSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
| class | Belos::PseudoBlockGmresSolMgr< ScalarType, MV, OP > |
| The Belos::PseudoBlockGmresSolMgr provides a powerful and fully-featured solver manager over the pseudo-block GMRES iteration. More... | |
Definition in file BelosPseudoBlockGmresSolMgr.hpp.
1.4.7