Skip to content

Commit 52aaaab

Browse files
committed
CTGEVC, ZTGEVC: fix typo in description of VR argument
1 parent 3d816ea commit 52aaaab

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)