Diff for /rpl/lapack/lapack/dlasda.f between versions 1.18 and 1.19

version 1.18, 2017/06/17 11:06:26 version 1.19, 2018/05/29 06:55:19
Line 239 Line 239
 *>  *>
 *> \param[out] IWORK  *> \param[out] IWORK
 *> \verbatim  *> \verbatim
 *>          IWORK is INTEGER array.  *>          IWORK is INTEGER array, dimension (7*N)
 *>         Dimension must be at least (7 * N).  
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] INFO  *> \param[out] INFO
Line 259 Line 258
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup OTHERauxiliary  *> \ingroup OTHERauxiliary
 *  *
Line 274 Line 273
      $                   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.7.0) --  *  -- LAPACK auxiliary routine (version 3.7.1) --
 *  -- 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..--
 *     December 2016  *     June 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE        INTEGER            ICOMPQ, INFO, LDGCOL, LDU, N, SMLSIZ, SQRE

Removed from v.1.18  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>