This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Enumerations | |
| enum | ETrans { NOTRANS = 0, TRANS = 1, CONJTRANS = 2 } |
| Enumerated list for describing the application of an operator. More... | |
| enum | NormType { OneNorm, TwoNorm, InfNorm } |
| Enumerated list for describing the multivector norm type. More... | |
| enum | ReturnType { Ok, Undefined, Error } |
| Any method in the Belos abstract interfaces may fail or not be defined. This information needs to be passed back to the algorithm or user. This will be used by the algorithm or user to decide what should be done. More... | |
| enum | StatusType { Unchecked = 2, Unconverged = 1, Converged = 0, Failed = -1, NaN = -2 } |
| enum | ConjType { NO_CONJ, CONJ } |
| enum | MsgType { Errors = 0, Warnings = 0x1, IterationDetails = 0x2, OrthoDetails = 0x4, FinalSummary = 0x8, TimingDetails = 0x10, Debug = 0x20 } |
| Enumerated list of available message types recognized by the linear solvers. More... | |
Functions | |
| const char * | toString (const StatusType status) |
Definition in file BelosTypes.hpp.
|
|
Enumerated list for describing the application of an operator.
Definition at line 44 of file BelosTypes.hpp. |
|
|
Enumerated list for describing the multivector norm type.
Definition at line 53 of file BelosTypes.hpp. |
|
|
Any method in the Belos abstract interfaces may fail or not be defined. This information needs to be passed back to the algorithm or user. This will be used by the algorithm or user to decide what should be done.
Definition at line 65 of file BelosTypes.hpp. |
|
|
When the CheckStatus and GetStatus methods of Belos::StatusTest objects are called a variable of type Belos::StatusType is returned.
Definition at line 76 of file BelosTypes.hpp. |
|
|
When the MvTransMv and MvDot methods of Belos::MultiVec are called, the require the knowledge of whether the conjugate of the transpose should be computed. Definition at line 113 of file BelosTypes.hpp. |
|
|
Enumerated list of available message types recognized by the linear solvers.
Definition at line 122 of file BelosTypes.hpp. |
|
|
Return a string name for a StatusType object. Definition at line 88 of file BelosTypes.hpp. |
1.3.9.1