Skip to content

Commit e270bf8

Browse files
authored
Merge pull request #812 from svillemot/master
2 parents a6c7676 + 52aaaab commit e270bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/ctgevc.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
*> \verbatim
155155
*> VR is COMPLEX array, dimension (LDVR,MM)
156156
*> On entry, if SIDE = 'R' or 'B' and HOWMNY = 'B', VR must
157-
*> contain an N-by-N matrix Q (usually the unitary matrix Z
157+
*> contain an N-by-N matrix Z (usually the unitary matrix Z
158158
*> of right Schur vectors returned by CHGEQZ).
159159
*> On exit, if SIDE = 'R' or 'B', VR contains:
160160
*> if HOWMNY = 'A', the matrix X of right eigenvectors of (S,P);

SRC/ztgevc.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
*> \verbatim
155155
*> VR is COMPLEX*16 array, dimension (LDVR,MM)
156156
*> On entry, if SIDE = 'R' or 'B' and HOWMNY = 'B', VR must
157-
*> contain an N-by-N matrix Q (usually the unitary matrix Z
157+
*> contain an N-by-N matrix Z (usually the unitary matrix Z
158158
*> of right Schur vectors returned by ZHGEQZ).
159159
*> On exit, if SIDE = 'R' or 'B', VR contains:
160160
*> if HOWMNY = 'A', the matrix X of right eigenvectors of (S,P);

0 commit comments

Comments
 (0)