Skip to content

Commit

Permalink
Deletes the mention of DINFZ, NKROR, NINFE, NKROL in the docstring, a…
Browse files Browse the repository at this point in the history
…g08bd
  • Loading branch information
KybernetikJo committed Jan 6, 2024
1 parent 39f9fef commit 6cded66
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions slycot/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,16 +1918,11 @@ def ag08bd(l,n,m,p,A,E,B,C,D,equil='N',tol=0.0,ldwork=None):
niz : int
The number of infinite zeros.
infz : (n+1, ) ndarray
The leading DINFZ elements of infz contain information
on the infinite elementary divisors as follows:
the system has infz(i) infinite elementary divisors of
degree i in the Smith form, where i = 1,2,...,DINFZ.
Contains information on the infinite elementary divisors.
kronr : (n+m+1, ) ndarray
The leading NKROR elements of this array contain the
right Kronecker (column) indices.
Contains the right Kronecker (column) indices.
infe : (1+min(l+p,n+m), ) ndarray
The leading NINFE elements of infe contain the
multiplicities of infinite eigenvalues.
Contains the multiplicities of infinite eigenvalues.
"""
hidden = ' (hidden by the wrapper)'
arg_list = ['equil', 'l', 'n', 'm', 'p',
Expand Down

0 comments on commit 6cded66

Please sign in to comment.