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 | |
Belos | |
Belos::Details | |
Functions | |
int | Belos::Details::numSupportedSolvers () |
Number of Belos solvers supported for any linear algebra implementation ("generically"). More... | |
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... | |
void | Belos::Details::reviseParameterListForAlias (const std::string &aliasName, Teuchos::ParameterList &solverParams) |
Modify the input ParameterList appropriately for the given solver alias. More... | |
Declaration of alias functions for solver names.
Definition in file Belos_Details_EBelosSolverType.hpp.