summaryrefslogtreecommitdiff
path: root/SRC/dgeqrt.f
diff options
context:
space:
mode:
authoreugene.chereshnev <eugenechereshnev@gmail.com>2017-03-17 12:30:08 -0700
committereugene.chereshnev <eugenechereshnev@gmail.com>2017-03-17 12:38:25 -0700
commita7153e72a3d057c3dec76241dbf851b986c50f38 (patch)
treec7d31206497a25976401b75d9943ec6300eee25a /SRC/dgeqrt.f
parent276e0301015848f7239e84215182ff86a1979e56 (diff)
downloadlapack-a7153e72a3d057c3dec76241dbf851b986c50f38.tar.gz
lapack-a7153e72a3d057c3dec76241dbf851b986c50f38.tar.bz2
lapack-a7153e72a3d057c3dec76241dbf851b986c50f38.zip
*geqrt.f: T is NB-by-K
Diffstat (limited to 'SRC/dgeqrt.f')
-rw-r--r--SRC/dgeqrt.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgeqrt.f b/SRC/dgeqrt.f
index 6856bac0..33d079e1 100644
--- a/SRC/dgeqrt.f
+++ b/SRC/dgeqrt.f
@@ -133,7 +133,7 @@
*> block is of order NB except for the last block, which is of order
*> IB = K - (B-1)*NB. For each of the B blocks, a upper triangular block
*> reflector factor is computed: T1, T2, ..., TB. The NB-by-NB (and IB-by-IB
-*> for the last block) T's are stored in the NB-by-N matrix T as
+*> for the last block) T's are stored in the NB-by-K matrix T as
*>
*> T = (T1 T2 ... TB).
*> \endverbatim