aboutsummaryrefslogtreecommitdiff
path: root/SRC/zgeqr2p.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgeqr2p.f')
-rw-r--r--SRC/zgeqr2p.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zgeqr2p.f b/SRC/zgeqr2p.f
index 6ad8feba..03a755f0 100644
--- a/SRC/zgeqr2p.f
+++ b/SRC/zgeqr2p.f
@@ -57,7 +57,7 @@
*
* Each H(i) has the form
*
-* H(i) = I - tau * v * v'
+* H(i) = I - tau * v * v**H
*
* where tau is a complex scalar, and v is a complex vector with
* v(1:i-1) = 0 and v(i) = 1; v(i+1:m) is stored on exit in A(i+1:m,i),
@@ -106,7 +106,7 @@
$ TAU( I ) )
IF( I.LT.N ) THEN
*
-* Apply H(i)' to A(i:m,i+1:n) from the left
+* Apply H(i)**H to A(i:m,i+1:n) from the left
*
ALPHA = A( I, I )
A( I, I ) = ONE