summaryrefslogtreecommitdiff
path: root/SRC/dgeqpf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgeqpf.f')
-rw-r--r--SRC/dgeqpf.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgeqpf.f b/SRC/dgeqpf.f
index e704d43e..3809cf41 100644
--- a/SRC/dgeqpf.f
+++ b/SRC/dgeqpf.f
@@ -66,7 +66,7 @@
*
* Each H(i) has the form
*
-* H = I - tau * v * v'
+* H = I - tau * v * v**T
*
* where tau is a real scalar, and v is a real 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).