Diff for /rpl/lapack/lapack/zlascl2.f between versions 1.10 and 1.11

version 1.10, 2014/01/27 09:28:39 version 1.11, 2015/11/26 11:44:25
Line 54 Line 54
 *> \param[in] N  *> \param[in] N
 *> \verbatim  *> \verbatim
 *>          N is INTEGER  *>          N is INTEGER
 *>     The number of columns of D and X. N >= 0.  *>     The number of columns of X. N >= 0.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] D  *> \param[in] D
Line 84 Line 84
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date September 2012  *> \date November 2015
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZLASCL2 ( M, N, D, X, LDX )        SUBROUTINE ZLASCL2 ( M, N, D, X, LDX )
 *  *
 *  -- LAPACK computational routine (version 3.4.2) --  *  -- LAPACK computational routine (version 3.6.0) --
 *  -- 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..--
 *     September 2012  *     November 2015
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            M, N, LDX        INTEGER            M, N, LDX

Removed from v.1.10  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>