summaryrefslogtreecommitdiff
path: root/SRC/ztgexc.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ztgexc.f')
-rw-r--r--SRC/ztgexc.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ztgexc.f b/SRC/ztgexc.f
index ce632369..d5668359 100644
--- a/SRC/ztgexc.f
+++ b/SRC/ztgexc.f
@@ -29,8 +29,8 @@
* Optionally, the matrices Q and Z of generalized Schur vectors are
* updated.
*
-* Q(in) * A(in) * Z(in)' = Q(out) * A(out) * Z(out)'
-* Q(in) * B(in) * Z(in)' = Q(out) * B(out) * Z(out)'
+* Q(in) * A(in) * Z(in)**H = Q(out) * A(out) * Z(out)**H
+* Q(in) * B(in) * Z(in)**H = Q(out) * B(out) * Z(out)**H
*
* Arguments
* =========