diff options
Diffstat (limited to 'SRC/dgeqrt.f')
-rw-r--r-- | SRC/dgeqrt.f | 2 |
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 |