--- rpl/lapack/lapack/dlasda.f 2010/01/26 15:22:45 1.1.1.1 +++ rpl/lapack/lapack/dlasda.f 2011/07/22 07:38:08 1.9 @@ -2,10 +2,10 @@ $ DIFL, DIFR, Z, POLES, GIVPTR, GIVCOL, LDGCOL, $ PERM, GIVNUM, C, S, WORK, IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.2) -- +* -- LAPACK auxiliary routine (version 3.2.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2006 +* June 2010 * * .. Scalar Arguments .. INTEGER ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE @@ -75,7 +75,7 @@ * * VT (output) DOUBLE PRECISION array, * dimension ( LDU, SMLSIZ+1 ) if ICOMPQ = 1, and not referenced -* if ICOMPQ = 0. If ICOMPQ = 1, on exit, VT' contains the right +* if ICOMPQ = 0. If ICOMPQ = 1, on exit, VT**T contains the right * singular vector matrices of all subproblems at the bottom * level. * @@ -158,7 +158,7 @@ * INFO (output) INTEGER * = 0: successful exit. * < 0: if INFO = -i, the i-th argument had an illegal value. -* > 0: if INFO = 1, an singular value did not converge +* > 0: if INFO = 1, a singular value did not converge * * Further Details * ===============