Diff for /rpl/lapack/lapack/dlasd0.f between versions 1.1.1.1 and 1.9

version 1.1.1.1, 2010/01/26 15:22:46 version 1.9, 2011/07/22 07:38:07
Line 1 Line 1
       SUBROUTINE DLASD0( N, SQRE, D, E, U, LDU, VT, LDVT, SMLSIZ, IWORK,        SUBROUTINE DLASD0( N, SQRE, D, E, U, LDU, VT, LDVT, SMLSIZ, IWORK,
      $                   WORK, INFO )       $                   WORK, 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, LDU, LDVT, N, SMLSIZ, SQRE        INTEGER            INFO, LDU, LDVT, N, SMLSIZ, SQRE
Line 55 Line 55
 *         On entry, leading dimension of U.  *         On entry, leading dimension of U.
 *  *
 *  VT     (output) DOUBLE PRECISION array, dimension at least (LDVT, M)  *  VT     (output) DOUBLE PRECISION array, dimension at least (LDVT, M)
 *         On exit, VT' contains the right singular vectors.  *         On exit, VT**T contains the right singular vectors.
 *  *
 *  LDVT   (input) INTEGER  *  LDVT   (input) INTEGER
 *         On entry, leading dimension of VT.  *         On entry, leading dimension of VT.
Line 73 Line 73
 *  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.1.1.1  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>