--- rpl/lapack/lapack/zlascl2.f 2012/12/14 12:30:33 1.8 +++ rpl/lapack/lapack/zlascl2.f 2016/08/27 15:35:01 1.13 @@ -54,7 +54,7 @@ *> \param[in] N *> \verbatim *> N is INTEGER -*> The number of columns of D and X. N >= 0. +*> The number of columns of X. N >= 0. *> \endverbatim *> *> \param[in] D @@ -73,7 +73,7 @@ *> \param[in] LDX *> \verbatim *> LDX is INTEGER -*> The leading dimension of the vector X. LDX >= 0. +*> The leading dimension of the vector X. LDX >= M. *> \endverbatim * * Authors: @@ -84,17 +84,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date September 2012 +*> \date June 2016 * *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLASCL2 ( M, N, D, X, LDX ) * -* -- LAPACK computational routine (version 3.4.2) -- +* -- LAPACK computational routine (version 3.6.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* September 2012 +* June 2016 * * .. Scalar Arguments .. INTEGER M, N, LDX