Belos Package Browser (Single Doxygen Collection)  Development
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...
 

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.