From 52aaaabfa9627bcbd090455446a6fe54fa5dbf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 4 Apr 2023 17:10:19 +0200 Subject: [PATCH] CTGEVC, ZTGEVC: fix typo in description of VR argument --- SRC/ctgevc.f | 2 +- SRC/ztgevc.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/ctgevc.f b/SRC/ctgevc.f index d3869e68e9..dbfb102d70 100644 --- a/SRC/ctgevc.f +++ b/SRC/ctgevc.f @@ -154,7 +154,7 @@ *> \verbatim *> VR is COMPLEX array, dimension (LDVR,MM) *> On entry, if SIDE = 'R' or 'B' and HOWMNY = 'B', VR must -*> contain an N-by-N matrix Q (usually the unitary matrix Z +*> contain an N-by-N matrix Z (usually the unitary matrix Z *> of right Schur vectors returned by CHGEQZ). *> On exit, if SIDE = 'R' or 'B', VR contains: *> if HOWMNY = 'A', the matrix X of right eigenvectors of (S,P); diff --git a/SRC/ztgevc.f b/SRC/ztgevc.f index 793eabc5bf..5fe3af37bc 100644 --- a/SRC/ztgevc.f +++ b/SRC/ztgevc.f @@ -154,7 +154,7 @@ *> \verbatim *> VR is COMPLEX*16 array, dimension (LDVR,MM) *> On entry, if SIDE = 'R' or 'B' and HOWMNY = 'B', VR must -*> contain an N-by-N matrix Q (usually the unitary matrix Z +*> contain an N-by-N matrix Z (usually the unitary matrix Z *> of right Schur vectors returned by ZHGEQZ). *> On exit, if SIDE = 'R' or 'B', VR contains: *> if HOWMNY = 'A', the matrix X of right eigenvectors of (S,P);