Belos Package Browser (Single Doxygen Collection)
Development
|
Solver manager for the MINRES linear solver. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosMinresIter.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosStatusTestGenResNorm.hpp"
#include "BelosStatusTestCombo.hpp"
#include "BelosStatusTestOutputFactory.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_StandardParameterEntryValidators.hpp"
#include <climits>
Go to the source code of this file.
Classes | |
class | Belos::MinresSolMgrLinearProblemFailure |
This subclass of std::exception may be thrown from the MinresSolMgr::solve() method. More... | |
class | Belos::MinresSolMgr< ScalarType, MV, OP > |
MINRES linear solver solution manager. More... | |
Namespaces | |
Belos | |
Solver manager for the MINRES linear solver.
Definition in file BelosMinresSolMgr.hpp.