Diff for /rpl/lapack/lapack/zgebd2.f between versions 1.17 and 1.18

version 1.17, 2017/06/17 11:06:41 version 1.18, 2018/05/29 06:55:22
Line 100 Line 100
 *>  *>
 *> \param[out] TAUQ  *> \param[out] TAUQ
 *> \verbatim  *> \verbatim
 *>          TAUQ is COMPLEX*16 array dimension (min(M,N))  *>          TAUQ is COMPLEX*16 array, dimension (min(M,N))
 *>          The scalar factors of the elementary reflectors which  *>          The scalar factors of the elementary reflectors which
 *>          represent the unitary matrix Q. See Further Details.  *>          represent the unitary matrix Q. See Further Details.
 *> \endverbatim  *> \endverbatim
Line 132 Line 132
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup complex16GEcomputational  *> \ingroup complex16GEcomputational
 *  *
Line 189 Line 189
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO )        SUBROUTINE ZGEBD2( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.7.1) --
 *  -- 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..--
 *     December 2016  *     June 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            INFO, LDA, M, N        INTEGER            INFO, LDA, M, N

Removed from v.1.17  
changed lines
  Added in v.1.18


CVSweb interface <joel.bertrand@systella.fr>