Skip to content

Commit

Permalink
Update docstrins, minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Aug 27, 2023
1 parent 434bb6d commit fb3e780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slycot/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ def sg03bd(n,m,A,E,Q,Z,B,dico,fact='N',trans='N',ldwork=None):
than one).
Parameters
__________
----------
n : int
The order of the matrix A. n >= 0.
m : int
Expand Down Expand Up @@ -2508,7 +2508,7 @@ def sg03bd(n,m,A,E,Q,Z,B,dico,fact='N',trans='N',ldwork=None):
For good performance, ldwork should be larger.
Returns
_______
-------
U : (n, n) ndarray
The leading n-by-b part of this array contains
the Cholesky factor U of the solution matrix X of the
Expand Down

0 comments on commit fb3e780

Please sign in to comment.