summaryrefslogtreecommitdiff
path: root/SRC/zgeqp3.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-07-03 04:39:13 +0000
committerjulie <julielangou@users.noreply.github.com>2012-07-03 04:39:13 +0000
commit1b56352b8583b08bd97239e3f2fbb44f0b65030b (patch)
tree2d308e639515c468978c2f6420d1d49b92beda92 /SRC/zgeqp3.f
parent38febd8f674d1a3adf98334c422509d755b08a4b (diff)
downloadlapack-1b56352b8583b08bd97239e3f2fbb44f0b65030b.tar.gz
lapack-1b56352b8583b08bd97239e3f2fbb44f0b65030b.tar.bz2
lapack-1b56352b8583b08bd97239e3f2fbb44f0b65030b.zip
Add Brief description for auxiliary routines
Diffstat (limited to 'SRC/zgeqp3.f')
-rw-r--r--SRC/zgeqp3.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zgeqp3.f b/SRC/zgeqp3.f
index b0f33c8e..47f836d2 100644
--- a/SRC/zgeqp3.f
+++ b/SRC/zgeqp3.f
@@ -144,7 +144,7 @@
*>
*> H(i) = I - tau * v * v**H
*>
-*> where tau is a real/complex scalar, and v is a real/complex vector
+*> where tau is a complex scalar, and v is a real/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), and tau in TAU(i).
*> \endverbatim