--- rpl/lapack/lapack/zlahrd.f 2014/01/27 09:28:37 1.14 +++ rpl/lapack/lapack/zlahrd.f 2016/08/27 15:27:14 1.15 @@ -34,15 +34,13 @@ *> *> \verbatim *> +*> This routine is deprecated and has been replaced by routine ZLAHR2. +*> *> ZLAHRD reduces the first NB columns of a complex general n-by-(n-k+1) *> matrix A so that elements below the k-th subdiagonal are zero. The *> reduction is performed by a unitary similarity transformation *> Q**H * A * Q. The routine returns the matrices V and T which determine *> Q as a block reflector I - V*T*V**H, and also the matrix Y = A * V * T. -*> -*> This is an OBSOLETE auxiliary routine. -*> This routine will be 'deprecated' in a future release. -*> Please use the new routine ZLAHR2 instead. *> \endverbatim * * Arguments: @@ -124,7 +122,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date September 2012 +*> \date November 2015 * *> \ingroup complex16OTHERauxiliary * @@ -169,10 +167,10 @@ * ===================================================================== SUBROUTINE ZLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY ) * -* -- LAPACK auxiliary routine (version 3.4.2) -- +* -- LAPACK auxiliary 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..-- -* September 2012 +* November 2015 * * .. Scalar Arguments .. INTEGER K, LDA, LDT, LDY, N, NB