Skip to content

Commit

Permalink
Merge fb3e780 into 60a5c71
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Aug 27, 2023
2 parents 60a5c71 + fb3e780 commit 4b197e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slycot/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def sb03od(n,m,A,Q,B,dico,fact='N',trans='N',ldwork=None):
For optimum performance ldwork should sometimes be larger.
Returns
_______
-------
U : (n, n) ndarray
The leading n-by-n part of this array contains
the upper triangular Cholesky factor U of the solution
Expand Down 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 4b197e5

Please sign in to comment.