Storm
A Modern Probabilistic Model Checker
|
#include <EigenSolverEnvironment.h>
Public Member Functions | |
EigenSolverEnvironment () | |
~EigenSolverEnvironment () | |
storm::solver::EigenLinearEquationSolverMethod const & | getMethod () const |
void | setMethod (storm::solver::EigenLinearEquationSolverMethod value) |
bool | isMethodSetFromDefault () const |
storm::solver::EigenLinearEquationSolverPreconditioner const & | getPreconditioner () const |
void | setPreconditioner (storm::solver::EigenLinearEquationSolverPreconditioner value) |
uint64_t const & | getRestartThreshold () const |
void | setRestartThreshold (uint64_t value) |
uint64_t const & | getMaximalNumberOfIterations () const |
void | setMaximalNumberOfIterations (uint64_t value) |
storm::RationalNumber const & | getPrecision () const |
void | setPrecision (storm::RationalNumber value) |
Definition at line 11 of file EigenSolverEnvironment.h.
storm::EigenSolverEnvironment::EigenSolverEnvironment | ( | ) |
Definition at line 10 of file EigenSolverEnvironment.cpp.
storm::EigenSolverEnvironment::~EigenSolverEnvironment | ( | ) |
Definition at line 25 of file EigenSolverEnvironment.cpp.
uint64_t const & storm::EigenSolverEnvironment::getMaximalNumberOfIterations | ( | ) | const |
Definition at line 58 of file EigenSolverEnvironment.cpp.
storm::solver::EigenLinearEquationSolverMethod const & storm::EigenSolverEnvironment::getMethod | ( | ) | const |
Definition at line 29 of file EigenSolverEnvironment.cpp.
storm::RationalNumber const & storm::EigenSolverEnvironment::getPrecision | ( | ) | const |
Definition at line 66 of file EigenSolverEnvironment.cpp.
storm::solver::EigenLinearEquationSolverPreconditioner const & storm::EigenSolverEnvironment::getPreconditioner | ( | ) | const |
Definition at line 42 of file EigenSolverEnvironment.cpp.
uint64_t const & storm::EigenSolverEnvironment::getRestartThreshold | ( | ) | const |
Definition at line 50 of file EigenSolverEnvironment.cpp.
bool storm::EigenSolverEnvironment::isMethodSetFromDefault | ( | ) | const |
Definition at line 33 of file EigenSolverEnvironment.cpp.
void storm::EigenSolverEnvironment::setMaximalNumberOfIterations | ( | uint64_t | value | ) |
Definition at line 62 of file EigenSolverEnvironment.cpp.
void storm::EigenSolverEnvironment::setMethod | ( | storm::solver::EigenLinearEquationSolverMethod | value | ) |
Definition at line 37 of file EigenSolverEnvironment.cpp.
void storm::EigenSolverEnvironment::setPrecision | ( | storm::RationalNumber | value | ) |
Definition at line 70 of file EigenSolverEnvironment.cpp.
void storm::EigenSolverEnvironment::setPreconditioner | ( | storm::solver::EigenLinearEquationSolverPreconditioner | value | ) |
Definition at line 46 of file EigenSolverEnvironment.cpp.
void storm::EigenSolverEnvironment::setRestartThreshold | ( | uint64_t | value | ) |
Definition at line 54 of file EigenSolverEnvironment.cpp.