Go to the source code of this file.
|
| template<typename ValueType , typename MatrixType , typename SolutionType > |
| std::unique_ptr< storm::solver::MinMaxLinearEquationSolver< ValueType, SolutionType > > | storm::solver::configureMinMaxLinearEquationSolver (Environment const &env, SolveGoal< ValueType, SolutionType > &&goal, storm::solver::MinMaxLinearEquationSolverFactory< ValueType, SolutionType > const &factory, MatrixType &&matrix) |
| |
| template<typename ValueType , typename MatrixType , typename SolutionType > |
| std::unique_ptr< storm::solver::LinearEquationSolver< ValueType > > | storm::solver::configureLinearEquationSolver (Environment const &env, SolveGoal< ValueType, SolutionType > &&goal, storm::solver::LinearEquationSolverFactory< ValueType > const &factory, MatrixType &&matrix) |
| |
| template<typename MatrixType > |
| std::unique_ptr< storm::solver::LinearEquationSolver< storm::RationalFunction > > | storm::solver::configureLinearEquationSolver (Environment const &env, SolveGoal< storm::RationalFunction > &&, storm::solver::LinearEquationSolverFactory< storm::RationalFunction > const &factory, MatrixType &&matrix) |
| |