Diff for /rpl/lapack/lapack/dlasd3.f between versions 1.19 and 1.20

version 1.19, 2017/06/17 11:06:26 version 1.20, 2018/05/29 06:55:19
Line 94 Line 94
 *>  *>
 *> \param[out] Q  *> \param[out] Q
 *> \verbatim  *> \verbatim
 *>          Q is DOUBLE PRECISION array,  *>          Q is DOUBLE PRECISION array, dimension (LDQ,K)
 *>                     dimension at least (LDQ,K).  
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] LDQ  *> \param[in] LDQ
Line 104 Line 103
 *>         The leading dimension of the array Q.  LDQ >= K.  *>         The leading dimension of the array Q.  LDQ >= K.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] DSIGMA  *> \param[in,out] DSIGMA
 *> \verbatim  *> \verbatim
 *>          DSIGMA is DOUBLE PRECISION array, dimension(K)  *>          DSIGMA is DOUBLE PRECISION array, dimension(K)
 *>         The first K elements of this array contain the old roots  *>         The first K elements of this array contain the old roots
Line 125 Line 124
 *>         The leading dimension of the array U.  LDU >= N.  *>         The leading dimension of the array U.  LDU >= N.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in,out] U2  *> \param[in] U2
 *> \verbatim  *> \verbatim
 *>          U2 is DOUBLE PRECISION array, dimension (LDU2, N)  *>          U2 is DOUBLE PRECISION array, dimension (LDU2, N)
 *>         The first K columns of this matrix contain the non-deflated  *>         The first K columns of this matrix contain the non-deflated
Line 187 Line 186
 *>         type is any column which has been deflated.  *>         type is any column which has been deflated.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] Z  *> \param[in,out] Z
 *> \verbatim  *> \verbatim
 *>          Z is DOUBLE PRECISION array, dimension (K)  *>          Z is DOUBLE PRECISION array, dimension (K)
 *>         The first K elements of this array contain the components  *>         The first K elements of this array contain the components
Line 210 Line 209
 *> \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 225 Line 224
      $                   LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z,       $                   LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z,
      $                   INFO )       $                   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            INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR,        INTEGER            INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR,

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


CVSweb interface <joel.bertrand@systella.fr>