Skip to content

Commit 4d3a03d

Browse files
committed
yet another docstring index fix
1 parent 1a5d38f commit 4d3a03d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

slycot/math.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
323323
It is assumed that all matrices H_j, j = 2, ..., p, are
324324
already upper triangular in rows and columns [:ilo-1] and
325325
[ihi:n], and H_1 is upper quasi-triangular in rows and
326-
columns [:ilo-1] and [ihi:n], with H_1[ilo-1,ilo] = 0
326+
columns [:ilo-1] and [ihi:n], with H_1[ilo-1,ilo-2] = 0
327327
(unless ilo = 1), and H_1[ihi,ihi-1] = 0 (unless ihi = n).
328328
The routine works primarily with the Hessenberg submatrix
329329
in rows and columns ilo to ihi, but applies the
@@ -371,10 +371,9 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
371371
N-by-N-by-P part of this array contains the transformation
372372
matrices which produced the Schur form; the
373373
transformations are applied only to the submatrices
374-
Z[iloz-1:ihiz,ilo-1:ihi,j-1], j = 1, ..., P.
374+
Z[iloz-1:ihiz,ilo-1:ihi,j-1], j = 1, ..., p.
375375
If compz = 'N', Z is None
376376
377-
378377
W : ndarray (dtype=complex)
379378
1D array with shape (n).
380379
The computed eigenvalues ilo to ihi. If two eigenvalues

0 commit comments

Comments
 (0)