Belos
Version of the Day
|
Collection of types and exceptions used within the Belos solvers. More...
Go to the source code of this file.
Classes | |
class | Belos::BelosError |
Parent class to all Belos exceptions. More... | |
struct | Belos::DefaultSolverParameters |
Default parameters common to most Belos solvers. More... | |
Namespaces | |
Belos | |
Functions | |
std::string | Belos::convertReturnTypeToString (const ReturnType result) |
Convert the given ReturnType enum value to its corresponding string. More... | |
std::string | Belos::convertStatusTypeToString (const StatusType status) |
The string name corresponding to the given StatusType enum value. More... | |
StatusType | Belos::convertStringToStatusType (const std::string &status) |
The StatusType enum value corresponding to the given string name. More... | |
NormType | Belos::convertStringToNormType (const std::string &normType) |
Convert the given string to its NormType enum value. More... | |
ScaleType | Belos::convertStringToScaleType (const std::string &scaleType) |
Convert the given string to its ScaleType enum value. More... | |
std::string | Belos::convertScaleTypeToString (const ScaleType scaleType) |
Convert the given ScaleType enum value to its corresponding string. More... | |
std::string | Belos::convertMsgTypeToString (const MsgType msgType) |
Show MsgType as a comma-delimited list of names. More... | |
Collection of types and exceptions used within the Belos solvers.
Definition in file BelosTypes.hpp.