Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slycot/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def sb04qd(n,m,A,B,C,ldwork=None):

To solve for X the discrete-time Sylvester equation

AXB + X + C = 0,
AXB + X = C,

where A, B, C and X are general n-by-n, m-by-m, n-by-m and
n-by-m matrices respectively. A Hessenberg-Schur method, which
Expand Down