Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Belos::LSQRIterationInitFailure Class Reference

LSQRIterationInitFailure is thrown when the LSQRIteration object is unable to generate an initial iterate in the initialize() routine. More...

#include <BelosLSQRIteration.hpp>

Inheritance diagram for Belos::LSQRIterationInitFailure:
Inheritance graph
[legend]

Public Member Functions

 LSQRIterationInitFailure (const std::string &what_arg)
 
- Public Member Functions inherited from Belos::BelosError
 BelosError (const std::string &what_arg)
 

Detailed Description

LSQRIterationInitFailure is thrown when the LSQRIteration object is unable to generate an initial iterate in the initialize() routine.

This std::exception is thrown from the initialize() method, which is called by the user or from the iterate() method if isInitialized() == false.

In the case that this std::exception is thrown, isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.

Definition at line 119 of file BelosLSQRIteration.hpp.

Constructor & Destructor Documentation

Belos::LSQRIterationInitFailure::LSQRIterationInitFailure ( const std::string &  what_arg)
inline

Definition at line 120 of file BelosLSQRIteration.hpp.


The documentation for this class was generated from the following file:

Generated on Wed Apr 24 2024 09:29:06 for Belos by doxygen 1.8.5