14 storm::solver::GmmxxLinearEquationSolverMethod
const&
getMethod()
const;
15 void setMethod(storm::solver::GmmxxLinearEquationSolverMethod value);
16 storm::solver::GmmxxLinearEquationSolverPreconditioner
const&
getPreconditioner()
const;
17 void setPreconditioner(storm::solver::GmmxxLinearEquationSolverPreconditioner value);
26 storm::solver::GmmxxLinearEquationSolverMethod method;
27 storm::solver::GmmxxLinearEquationSolverPreconditioner preconditioner;
28 uint64_t restartThreshold;
29 uint64_t maxIterationCount;
30 storm::RationalNumber precision;