Diff for /rpl/lapack/lapack/zgghrd.f between versions 1.9 and 1.14

version 1.9, 2011/11/21 22:19:46 version 1.14, 2016/08/27 15:34:48
Line 79 Line 79
 *> \param[in] COMPZ  *> \param[in] COMPZ
 *> \verbatim  *> \verbatim
 *>          COMPZ is CHARACTER*1  *>          COMPZ is CHARACTER*1
 *>          = 'N': do not compute Q;  *>          = 'N': do not compute Z;
 *>          = 'I': Q is initialized to the unit matrix, and the  *>          = 'I': Z is initialized to the unit matrix, and the
 *>                 unitary matrix Q is returned;  *>                 unitary matrix Z is returned;
 *>          = 'V': Q must contain a unitary matrix Q1 on entry,  *>          = 'V': Z must contain a unitary matrix Z1 on entry,
 *>                 and the product Q1*Q is returned.  *>                 and the product Z1*Z is returned.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] N  *> \param[in] N
Line 186 Line 186
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date November 2015
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
Line 204 Line 204
       SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,        SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q,
      $                   LDQ, Z, LDZ, INFO )       $                   LDQ, Z, LDZ, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.4.0) --  *  -- LAPACK computational 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..--
 *     November 2011  *     November 2015
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          COMPQ, COMPZ        CHARACTER          COMPQ, COMPZ

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


CVSweb interface <joel.bertrand@systella.fr>