--- rpl/lapack/lapack/dlascl2.f 2014/01/27 09:28:22 1.10 +++ rpl/lapack/lapack/dlascl2.f 2016/08/27 15:34:31 1.13 @@ -53,7 +53,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 @@ -72,7 +72,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: @@ -83,17 +83,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date September 2012 +*> \date June 2016 * *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLASCL2 ( 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