SG++-Doxygen-Documentation
|
Convenience class to convert strings to sgpp::solver::SLESolverType and generate string representations for values of sgpp::solver::SLESolverType. More...
#include <SLESolverTypeParser.hpp>
Static Public Member Functions | |
static SLESolverType | parse (const std::string &input) |
Convert strings to values sgpp::solver::SLESolverType. More... | |
static const std::string & | toString (SLESolverType type) |
generate string representations for values of sgpp::solver::SLESolverType. More... | |
Convenience class to convert strings to sgpp::solver::SLESolverType and generate string representations for values of sgpp::solver::SLESolverType.
|
static |
Convert strings to values sgpp::solver::SLESolverType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::solver::SLESolverType. |
References sgpp::solver::BiCGSTAB, sgpp::solver::CG, and sgpp::solver::FISTA.
Referenced by sgpp::datadriven::DataMiningConfigParser::parseIntArray().
|
static |
generate string representations for values of sgpp::solver::SLESolverType.
type | enum value. |
References sgpp::datadriven::CG.
Referenced by sgpp::datadriven::DataMiningConfigParser::parseIntArray().