Diff for /rpl/lapack/lapack/dlasd3.f between versions 1.2 and 1.9

version 1.2, 2010/04/21 13:45:19 version 1.9, 2011/07/22 07:38:07
Line 2 Line 2
      $                   LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z,       $                   LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z,
      $                   INFO )       $                   INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2) --  *  -- LAPACK auxiliary routine (version 3.2.2) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2006  *     June 2010
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR,        INTEGER            INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR,
Line 84 Line 84
 *         The leading dimension of the array U2.  LDU2 >= N.  *         The leading dimension of the array U2.  LDU2 >= N.
 *  *
 *  VT     (output) DOUBLE PRECISION array, dimension (LDVT, M)  *  VT     (output) DOUBLE PRECISION array, dimension (LDVT, M)
 *         The last M - K columns of VT' contain the deflated  *         The last M - K columns of VT**T contain the deflated
 *         right singular vectors.  *         right singular vectors.
 *  *
 *  LDVT   (input) INTEGER  *  LDVT   (input) INTEGER
 *         The leading dimension of the array VT.  LDVT >= N.  *         The leading dimension of the array VT.  LDVT >= N.
 *  *
 *  VT2    (input/output) DOUBLE PRECISION array, dimension (LDVT2, N)  *  VT2    (input/output) DOUBLE PRECISION array, dimension (LDVT2, N)
 *         The first K columns of VT2' contain the non-deflated  *         The first K columns of VT2**T contain the non-deflated
 *         right singular vectors for the split problem.  *         right singular vectors for the split problem.
 *  *
 *  LDVT2  (input) INTEGER  *  LDVT2  (input) INTEGER
Line 121 Line 121
 *  INFO   (output) INTEGER  *  INFO   (output) INTEGER
 *         = 0:  successful exit.  *         = 0:  successful exit.
 *         < 0:  if INFO = -i, the i-th argument had an illegal value.  *         < 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  *  Further Details
 *  ===============  *  ===============

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


CVSweb interface <joel.bertrand@systella.fr>