Diff for /rpl/lapack/lapack/dlaed3.f between versions 1.15 and 1.18

version 1.15, 2017/06/17 10:53:53 version 1.18, 2018/05/29 07:17:55
Line 116 Line 116
 *>  *>
 *> \param[in] Q2  *> \param[in] Q2
 *> \verbatim  *> \verbatim
 *>          Q2 is DOUBLE PRECISION array, dimension (LDQ2, N)  *>          Q2 is DOUBLE PRECISION array, dimension (LDQ2*N)
 *>          The first K columns of this matrix contain the non-deflated  *>          The first K columns of this matrix contain the non-deflated
 *>          eigenvectors for the split problem.  *>          eigenvectors for the split problem.
 *> \endverbatim  *> \endverbatim
Line 170 Line 170
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup auxOTHERcomputational  *> \ingroup auxOTHERcomputational
 *  *
Line 185 Line 185
       SUBROUTINE DLAED3( K, N, N1, D, Q, LDQ, RHO, DLAMDA, Q2, INDX,        SUBROUTINE DLAED3( K, N, N1, D, Q, LDQ, RHO, DLAMDA, Q2, INDX,
      $                   CTOT, W, S, INFO )       $                   CTOT, W, S, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational 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, N, N1        INTEGER            INFO, K, LDQ, N, N1

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


CVSweb interface <joel.bertrand@systella.fr>