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


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 | |
IterationState contains the data that defines the state of the LSQR solver at any given time.
Definition in file BelosLSQRIteration.hpp.
 1.8.5