--- rpl/lapack/lapack/zgghrd.f 2012/08/22 09:48:31 1.10 +++ rpl/lapack/lapack/zgghrd.f 2023/08/07 08:39:21 1.18 @@ -2,25 +2,25 @@ * * =========== DOCUMENTATION =========== * -* Online html documentation available at -* http://www.netlib.org/lapack/explore-html/ +* Online html documentation available at +* http://www.netlib.org/lapack/explore-html/ * *> \htmlonly -*> Download ZGGHRD + dependencies -*> -*> [TGZ] -*> -*> [ZIP] -*> +*> Download ZGGHRD + dependencies +*> +*> [TGZ] +*> +*> [ZIP] +*> *> [TXT] -*> \endhtmlonly +*> \endhtmlonly * * Definition: * =========== * * SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, * LDQ, Z, LDZ, INFO ) -* +* * .. Scalar Arguments .. * CHARACTER COMPQ, COMPZ * INTEGER IHI, ILO, INFO, LDA, LDB, LDQ, LDZ, N @@ -29,7 +29,7 @@ * COMPLEX*16 A( LDA, * ), B( LDB, * ), Q( LDQ, * ), * $ Z( LDZ, * ) * .. -* +* * *> \par Purpose: * ============= @@ -79,11 +79,11 @@ *> \param[in] COMPZ *> \verbatim *> COMPZ is CHARACTER*1 -*> = 'N': do not compute Q; -*> = 'I': Q is initialized to the unit matrix, and the -*> unitary matrix Q is returned; -*> = 'V': Q must contain a unitary matrix Q1 on entry, -*> and the product Q1*Q is returned. +*> = 'N': do not compute Z; +*> = 'I': Z is initialized to the unit matrix, and the +*> unitary matrix Z is returned; +*> = 'V': Z must contain a unitary matrix Z1 on entry, +*> and the product Z1*Z is returned. *> \endverbatim *> *> \param[in] N @@ -181,12 +181,10 @@ * Authors: * ======== * -*> \author Univ. of Tennessee -*> \author Univ. of California Berkeley -*> \author Univ. of Colorado Denver -*> \author NAG Ltd. -* -*> \date November 2011 +*> \author Univ. of Tennessee +*> \author Univ. of California Berkeley +*> \author Univ. of Colorado Denver +*> \author NAG Ltd. * *> \ingroup complex16OTHERcomputational * @@ -204,10 +202,9 @@ SUBROUTINE ZGGHRD( COMPQ, COMPZ, N, ILO, IHI, A, LDA, B, LDB, Q, $ LDQ, Z, LDZ, INFO ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 * * .. Scalar Arguments .. CHARACTER COMPQ, COMPZ