--- rpl/lapack/lapack/dlasd6.f 2010/12/21 13:53:33 1.9 +++ rpl/lapack/lapack/dlasd6.f 2011/07/22 07:38:08 1.10 @@ -34,13 +34,13 @@ * * DLASD6 computes the SVD as follows: * -* ( D1(in) 0 0 0 ) -* B = U(in) * ( Z1' a Z2' b ) * VT(in) -* ( 0 0 D2(in) 0 ) +* ( D1(in) 0 0 0 ) +* B = U(in) * ( Z1**T a Z2**T b ) * VT(in) +* ( 0 0 D2(in) 0 ) * * = U(out) * ( D(out) 0) * VT(out) * -* where Z' = (Z1' a Z2' b) = u' VT', and u is a vector of dimension M +* where Z**T = (Z1**T a Z2**T b) = u**T VT**T, and u is a vector of dimension M * with ALPHA and BETA in the NL+1 and NL+2 th entries and zeros * elsewhere; and the entry b is empty if SQRE = 0. *