Diff for /rpl/lapack/lapack/dlahrd.f between versions 1.14 and 1.15

version 1.14, 2014/01/27 09:28:20 version 1.15, 2016/08/27 15:27:09
Line 34 Line 34
 *>  *>
 *> \verbatim  *> \verbatim
 *>  *>
   *> This routine is deprecated and has been replaced by routine DLAHR2.
   *>
 *> DLAHRD reduces the first NB columns of a real general n-by-(n-k+1)  *> DLAHRD reduces the first NB columns of a real general n-by-(n-k+1)
 *> matrix A so that elements below the k-th subdiagonal are zero. The  *> matrix A so that elements below the k-th subdiagonal are zero. The
 *> reduction is performed by an orthogonal similarity transformation  *> reduction is performed by an orthogonal similarity transformation
 *> Q**T * A * Q. The routine returns the matrices V and T which determine  *> Q**T * A * Q. The routine returns the matrices V and T which determine
 *> Q as a block reflector I - V*T*V**T, and also the matrix Y = A * V * T.  *> Q as a block reflector I - V*T*V**T, 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 DLAHR2 instead.  
 *> \endverbatim  *> \endverbatim
 *  *
 *  Arguments:  *  Arguments:
Line 124 Line 122
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date September 2012  *> \date November 2015
 *  *
 *> \ingroup doubleOTHERauxiliary  *> \ingroup doubleOTHERauxiliary
 *  *
Line 169 Line 167
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLAHRD( N, K, NB, A, LDA, TAU, T, LDT, Y, LDY )        SUBROUTINE DLAHRD( 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,    --  *  -- 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            K, LDA, LDT, LDY, N, NB        INTEGER            K, LDA, LDT, LDY, N, NB

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>