Diff for /rpl/lapack/lapack/dlasda.f between versions 1.4 and 1.5

version 1.4, 2010/08/06 15:32:30 version 1.5, 2010/08/07 13:18:07
Line 2 Line 2
      $                   DIFL, DIFR, Z, POLES, GIVPTR, GIVCOL, LDGCOL,       $                   DIFL, DIFR, Z, POLES, GIVPTR, GIVCOL, LDGCOL,
      $                   PERM, GIVNUM, C, S, WORK, IWORK, INFO )       $                   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,    --  *  -- 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            ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE        INTEGER            ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE
Line 158 Line 158
 *  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.4  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>