Skip to content

Commit 5f68159

Browse files
committed
Bring the order (docstring) into the same one as the return tuple
1 parent 32ba602 commit 5f68159

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

slycot/transform.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
12001200
C : (p, n) ndarray
12011201
The leading P-by-N part of this array contains
12021202
the transformed matrix C*Z.
1203+
ranke : int
1204+
The estimated rank of matrix E, and thus also the order
1205+
of the invertible upper triangular submatrix Er.
1206+
rnka22 : int
1207+
If JOBA = 'R' or 'T', then RNKA22 is the estimated rank of
1208+
matrix A22, and thus also the order of the invertible
1209+
upper triangular submatrix Ar.
1210+
If JOBA = 'N', then RNKA22 is not referenced.
12031211
Q : (l, l) ndarray
12041212
If COMPQ = 'N': Q is not referenced.
12051213
If COMPQ = 'I': The leading L-by-L part of this
@@ -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
12201228
If COMPZ = 'U': The leading N-by-N part of this
12211229
array contains the orthogonal matrix
12221230
Z1*Z.
1223-
ranke : int
1224-
The estimated rank of matrix E, and thus also the order
1225-
of the invertible upper triangular submatrix Er.
1226-
rnka22 : int
1227-
If JOBA = 'R' or 'T', then RNKA22 is the estimated rank of
1228-
matrix A22, and thus also the order of the invertible
1229-
upper triangular submatrix Ar.
1230-
If JOBA = 'N', then RNKA22 is not referenced.
12311231
"""
12321232

12331233
hidden = ' (hidden by the wrapper)'

0 commit comments

Comments
 (0)