Skip to content

Commit 1a5d38f

Browse files
committed
a further slice in docstring fix
1 parent f480fa4 commit 1a5d38f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slycot/math.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
321321
322322
ilo, ihi : int
323323
It is assumed that all matrices H_j, j = 2, ..., p, are
324-
already upper triangular in rows and columns [:ilo] and
325-
[ihi+1:n], and H_1 is upper quasi-triangular in rows and
326-
columns [:ilo] and [ihi+1:n], with H_1[ilo-1,ilo] = 0
324+
already upper triangular in rows and columns [:ilo-1] and
325+
[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
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

0 commit comments

Comments
 (0)