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"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.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::LSQRSolMgrOrthoFailure |
LSQRSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. 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.