|
Belos Version of the Day
|
Declaration of alias functions for solver names. More...
#include <string>#include <utility>#include <vector>

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