Skip to content

Commit 6cded66

Browse files
committed
Deletes the mention of DINFZ, NKROR, NINFE, NKROL in the docstring, ag08bd
1 parent 39f9fef commit 6cded66

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

slycot/analysis.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,16 +1918,11 @@ def ag08bd(l,n,m,p,A,E,B,C,D,equil='N',tol=0.0,ldwork=None):
19181918
niz : int
19191919
The number of infinite zeros.
19201920
infz : (n+1, ) ndarray
1921-
The leading DINFZ elements of infz contain information
1922-
on the infinite elementary divisors as follows:
1923-
the system has infz(i) infinite elementary divisors of
1924-
degree i in the Smith form, where i = 1,2,...,DINFZ.
1921+
Contains information on the infinite elementary divisors.
19251922
kronr : (n+m+1, ) ndarray
1926-
The leading NKROR elements of this array contain the
1927-
right Kronecker (column) indices.
1923+
Contains the right Kronecker (column) indices.
19281924
infe : (1+min(l+p,n+m), ) ndarray
1929-
The leading NINFE elements of infe contain the
1930-
multiplicities of infinite eigenvalues.
1925+
Contains the multiplicities of infinite eigenvalues.
19311926
"""
19321927
hidden = ' (hidden by the wrapper)'
19331928
arg_list = ['equil', 'l', 'n', 'm', 'p',

0 commit comments

Comments
 (0)