Skip to content
Prev Previous commit
Next Next commit
Update slycot/synthesis.py
Co-authored-by: Ben Greiner <[email protected]>
  • Loading branch information
repagh and bnavigator authored May 11, 2020
commit 1c9d2b493b3e1998cd37446cb7538a3e64271fe4
5 changes: 5 additions & 0 deletions slycot/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,11 @@ def sb10fd(n,m,np,ncon,nmeas,gamma,A,B,C,D,tol=0.0,ldwork=None):

Raises
------
SlycotParameterError
:info = -27:
The dimension ldwork of the cache array is too small.
Use ldwork=0 for the minimum size or ldwork=None for automatic
sizing.
SlycotArithmeticError
:info = 1:
The matrix
Expand Down