diff options
Diffstat (limited to 'SRC/slasd1.f')
-rw-r--r-- | SRC/slasd1.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slasd1.f b/SRC/slasd1.f index b76a6fd7..4fae39ae 100644 --- a/SRC/slasd1.f +++ b/SRC/slasd1.f @@ -98,8 +98,8 @@ * * VT (input/output) REAL array, dimension (LDVT,M) * where M = N + SQRE. -* On entry VT(1:NL+1, 1:NL+1)' contains the right singular -* vectors of the upper block; VT(NL+2:M, NL+2:M)' contains +* On entry VT(1:NL+1, 1:NL+1)**T contains the right singular +* vectors of the upper block; VT(NL+2:M, NL+2:M)**T contains * the right singular vectors of the lower block. On exit * VT' contains the right singular vectors of the * bidiagonal matrix. |