Diff for /rpl/lapack/lapack/dlasd6.f between versions 1.9 and 1.10

version 1.9, 2010/12/21 13:53:33 version 1.10, 2011/07/22 07:38:08
Line 34 Line 34
 *  *
 *  DLASD6 computes the SVD as follows:  *  DLASD6 computes the SVD as follows:
 *  *
 *                ( D1(in)  0    0     0 )  *                ( D1(in)    0    0       0 )
 *    B = U(in) * (   Z1'   a   Z2'    b ) * VT(in)  *    B = U(in) * (   Z1**T   a   Z2**T    b ) * VT(in)
 *                (   0     0   D2(in) 0 )  *                (   0       0   D2(in)   0 )
 *  *
 *      = U(out) * ( D(out) 0) * VT(out)  *      = 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  *  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.  *  elsewhere; and the entry b is empty if SQRE = 0.
 *  *

Removed from v.1.9  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>