@@ -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