16 storm::solver::GmmxxLinearEquationSolverMethod
const&
getMethod()
const;
17 void setMethod(storm::solver::GmmxxLinearEquationSolverMethod value);
18 storm::solver::GmmxxLinearEquationSolverPreconditioner
const&
getPreconditioner()
const;
19 void setPreconditioner(storm::solver::GmmxxLinearEquationSolverPreconditioner value);
28 storm::solver::GmmxxLinearEquationSolverMethod method;
29 storm::solver::GmmxxLinearEquationSolverPreconditioner preconditioner;
30 uint64_t restartThreshold;
31 uint64_t maxIterationCount;
32 storm::RationalNumber precision;