Belos
Version of the Day
|
Go to the source code of this file.
Namespaces | |
Belos | |
Belos::Details | |
Functions | |
std::pair< std::string, bool > | Belos::Details::getCanonicalNameFromAlias (const std::string &candidateAlias) |
Get the candidate canonical name for a given candidate alias. More... | |
std::vector< std::string > | Belos::Details::solverNameAliases () |
List of supported aliases (to canonical solver names). More... | |
std::vector< std::string > | Belos::Details::canonicalSolverNames () |
List of canonical solver names. More... | |
int | Belos::Details::numSupportedSolvers () |
Number of Belos solvers supported for any linear algebra implementation ("generically"). More... | |
void | Belos::Details::reviseParameterListForAlias (const std::string &aliasName, Teuchos::ParameterList &solverParams) |
Modify the input ParameterList appropriately for the given solver alias. More... | |