Skip to content
Prev Previous commit
yet another docstring index fix
  • Loading branch information
bnavigator committed Apr 11, 2020
commit 4d3a03d6ef53b236fac889a3ab6c14be8c403b34
5 changes: 2 additions & 3 deletions slycot/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
It is assumed that all matrices H_j, j = 2, ..., p, are
already upper triangular in rows and columns [:ilo-1] and
[ihi:n], and H_1 is upper quasi-triangular in rows and
columns [:ilo-1] and [ihi:n], with H_1[ilo-1,ilo] = 0
columns [:ilo-1] and [ihi:n], with H_1[ilo-1,ilo-2] = 0
(unless ilo = 1), and H_1[ihi,ihi-1] = 0 (unless ihi = n).
The routine works primarily with the Hessenberg submatrix
in rows and columns ilo to ihi, but applies the
Expand Down Expand Up @@ -371,10 +371,9 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
N-by-N-by-P part of this array contains the transformation
matrices which produced the Schur form; the
transformations are applied only to the submatrices
Z[iloz-1:ihiz,ilo-1:ihi,j-1], j = 1, ..., P.
Z[iloz-1:ihiz,ilo-1:ihi,j-1], j = 1, ..., p.
If compz = 'N', Z is None


W : ndarray (dtype=complex)
1D array with shape (n).
The computed eigenvalues ilo to ihi. If two eigenvalues
Expand Down