pymor.solvers.matrix_equations.sylvester¶
Module Contents¶
- class pymor.solvers.matrix_equations.sylvester.SylvesterSchurSolver(shifted_system_solver=None)[source]¶
Bases:
pymor.solvers.matrix_equations.interface.SylvesterSolverComputes the solution of a
SylvesterEquation.Solves the
SylvesterEquationby (generalized) Schur decomposition (Algorithms 3 and 4 in [BKohlerS11]).- Parameters:
shifted_system_solver – The
Solverfor the shifted systems.