--- rpl/lapack/lapack/zlascl2.f 2012/08/22 09:48:37 1.7 +++ rpl/lapack/lapack/zlascl2.f 2015/11/26 11:44:25 1.11 @@ -1,4 +1,4 @@ -*> \brief \b ZLASCL2 +*> \brief \b ZLASCL2 performs diagonal scaling on a vector. * * =========== DOCUMENTATION =========== * @@ -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 @@ -84,17 +84,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date November 2015 * *> \ingroup complex16OTHERcomputational * * ===================================================================== SUBROUTINE ZLASCL2 ( M, N, D, X, LDX ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine (version 3.6.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* November 2015 * * .. Scalar Arguments .. INTEGER M, N, LDX