Belos
Version of the Day
|
LSQRSolMgr: interface to the LSQR method. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosLSQRIteration.hpp"
#include "BelosLSQRIter.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosLSQRStatusTest.hpp"
#include "BelosStatusTestCombo.hpp"
#include "BelosStatusTestOutputFactory.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_as.hpp"
Go to the source code of this file.
Classes | |
class | Belos::LSQRSolMgrLinearProblemFailure |
Belos::LSQRSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
class | Belos::LSQRSolMgrBlockSizeFailure |
LSQRSolMgrBlockSizeFailure is thrown when the linear problem has more than one RHS. More... | |
class | Belos::LSQRSolMgr< ScalarType, MV, OP, scalarTypeIsComplex > |
LSQR method (for linear systems and linear least-squares problems). More... | |
class | Belos::LSQRSolMgr< ScalarType, MV, OP, false > |
Namespaces | |
Belos | |
LSQRSolMgr: interface to the LSQR method.
Definition in file BelosLSQRSolMgr.hpp.