--- rpl/lapack/lapack/zggev.f 2018/05/29 07:18:17 1.17 +++ rpl/lapack/lapack/zggev.f 2023/08/07 08:39:20 1.18 @@ -197,8 +197,8 @@ *> The QZ iteration failed. No eigenvectors have been *> calculated, but ALPHA(j) and BETA(j) should be *> correct for j=INFO+1,...,N. -*> > N: =N+1: other then QZ iteration failed in DHGEQZ, -*> =N+2: error return from DTGEVC. +*> > N: =N+1: other then QZ iteration failed in ZHGEQZ, +*> =N+2: error return from ZTGEVC. *> \endverbatim * * Authors: @@ -209,18 +209,15 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 -* *> \ingroup complex16GEeigen * * ===================================================================== SUBROUTINE ZGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, $ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO ) * -* -- LAPACK driver routine (version 3.7.0) -- +* -- LAPACK driver routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 * * .. Scalar Arguments .. CHARACTER JOBVL, JOBVR