Diff for /rpl/lapack/lapack/zgeev.f between versions 1.15 and 1.19

version 1.15, 2017/06/17 10:54:09 version 1.19, 2023/08/07 08:39:16
Line 157 Line 157
 *>          < 0:  if INFO = -i, the i-th argument had an illegal value.  *>          < 0:  if INFO = -i, the i-th argument had an illegal value.
 *>          > 0:  if INFO = i, the QR algorithm failed to compute all the  *>          > 0:  if INFO = i, the QR algorithm failed to compute all the
 *>                eigenvalues, and no eigenvectors have been computed;  *>                eigenvalues, and no eigenvectors have been computed;
 *>                elements and i+1:N of W contain eigenvalues which have  *>                elements i+1:N of W contain eigenvalues which have
 *>                converged.  *>                converged.
 *> \endverbatim  *> \endverbatim
 *  *
Line 169 Line 169
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  *
 *  @precisions fortran z -> c  *  @precisions fortran z -> c
 *  *
Line 180 Line 179
      $                  WORK, LWORK, RWORK, INFO )       $                  WORK, LWORK, RWORK, INFO )
       implicit none        implicit none
 *  *
 *  -- LAPACK driver routine (version 3.7.0) --  *  -- LAPACK driver routine --
 *  -- 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..--
 *     June 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOBVL, JOBVR        CHARACTER          JOBVL, JOBVR

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


CVSweb interface <joel.bertrand@systella.fr>