Diff for /rpl/lapack/lapack/dgeev.f between versions 1.19 and 1.20

version 1.19, 2018/05/29 07:17:51 version 1.20, 2023/08/07 08:38:48
Line 181 Line 181
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  *
 *  @precisions fortran d -> s  *  @precisions fortran d -> s
 *  *
Line 192 Line 191
      $                  LDVR, WORK, LWORK, INFO )       $                  LDVR, WORK, LWORK, 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.19  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>