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

IterationState contains the data that defines the state of the LSQR solver at any given time. More...

#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosIteration.hpp"
Include dependency graph for BelosLSQRIteration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Belos::LSQRIterationState< ScalarType, MV >
 Structure to contain pointers to LSQRIteration state variables, ... More...
 
class  Belos::LSQRIterationInitFailure
 LSQRIterationInitFailure is thrown when the LSQRIteration object is unable to generate an initial iterate in the initialize() routine. More...
 
class  Belos::LSQRIterateFailure
 LSQRIterateFailure is thrown when the LSQRIteration object is unable to compute the next iterate in the iterate() routine. More...
 
class  Belos::LSQRIterationOrthoFailure
 LSQRIterationOrthoFailure is thrown when the LSQRIteration object is unable to compute independent direction vectors in the iterate() routine. More...
 
class  Belos::LSQRIterationLAPACKFailure
 LSQRIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK routine. More...
 

Namespaces

 Belos
 

Detailed Description

IterationState contains the data that defines the state of the LSQR solver at any given time.

Definition in file BelosLSQRIteration.hpp.