Skip to content

Commit

Permalink
Bring the order (docstring) into the same one as the return tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Jan 8, 2024
1 parent 32ba602 commit 5f68159
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions slycot/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,14 @@ def tg01fd(l,n,m,p,A,E,B,C,Q=None,Z=None,compq='N',compz='N',joba='N',tol=0.0,ld
C : (p, n) ndarray
The leading P-by-N part of this array contains
the transformed matrix C*Z.
ranke : int
The estimated rank of matrix E, and thus also the order
of the invertible upper triangular submatrix Er.
rnka22 : int
If JOBA = 'R' or 'T', then RNKA22 is the estimated rank of
matrix A22, and thus also the order of the invertible
upper triangular submatrix Ar.
If JOBA = 'N', then RNKA22 is not referenced.
Q : (l, l) ndarray
If COMPQ = 'N': Q is not referenced.
If COMPQ = 'I': The leading L-by-L part of this
Expand All @@ -1220,14 +1228,6 @@ def tg01fd(l,n,m,p,A,E,B,C,Q=None,Z=None,compq='N',compz='N',joba='N',tol=0.0,ld
If COMPZ = 'U': The leading N-by-N part of this
array contains the orthogonal matrix
Z1*Z.
ranke : int
The estimated rank of matrix E, and thus also the order
of the invertible upper triangular submatrix Er.
rnka22 : int
If JOBA = 'R' or 'T', then RNKA22 is the estimated rank of
matrix A22, and thus also the order of the invertible
upper triangular submatrix Ar.
If JOBA = 'N', then RNKA22 is not referenced.
"""

hidden = ' (hidden by the wrapper)'
Expand Down

0 comments on commit 5f68159

Please sign in to comment.