![]() |
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. | |
static const std::string & | toString (SLESolverType type) |
generate string representations for values of sgpp::solver::SLESolverType. | |
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.
|
static |
generate string representations for values of sgpp::solver::SLESolverType.
type | enum value. |
Referenced by python.controller.LearnerEventController.LearnerEventController::__repr__(), python.controller.SolverEventController.SolverEventController::__repr__(), python.learner.Learner.Learner::createMemento(), python.uq.learner.Learner.Learner::createMemento(), sgpp::datadriven::DMConfigTools::dumpToStream(), and python.learner.formatter.GridFormatter.GridFormatter::serialize().