diff options
Diffstat (limited to 'SRC/dlaswlq.f')
-rw-r--r-- | SRC/dlaswlq.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dlaswlq.f b/SRC/dlaswlq.f index 2830711a..41f99992 100644 --- a/SRC/dlaswlq.f +++ b/SRC/dlaswlq.f @@ -55,7 +55,7 @@ *> \verbatim *> A is DOUBLE PRECISION array, dimension (LDA,N) *> On entry, the M-by-N matrix A. -*> On exit, the elements on and bleow the diagonal +*> On exit, the elements on and below the diagonal *> of the array contain the N-by-N lower triangular matrix L; *> the elements above the diagonal represent Q by the rows *> of blocked V (see Further Details). |