Diff for /rpl/lapack/lapack/zgges.f between versions 1.13 and 1.14

version 1.13, 2014/01/27 09:28:33 version 1.14, 2015/11/26 11:44:22
Line 250 Line 250
 *>                      eigenvalues in the Generalized Schur form no  *>                      eigenvalues in the Generalized Schur form no
 *>                      longer satisfy SELCTG=.TRUE.  This could also  *>                      longer satisfy SELCTG=.TRUE.  This could also
 *>                      be caused due to scaling.  *>                      be caused due to scaling.
 *>                =N+3: reordering falied in ZTGSEN.  *>                =N+3: reordering failed in ZTGSEN.
 *> \endverbatim  *> \endverbatim
 *  *
 *  Authors:  *  Authors:
Line 261 Line 261
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date November 2015
 *  *
 *> \ingroup complex16GEeigen  *> \ingroup complex16GEeigen
 *  *
Line 270 Line 270
      $                  SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, WORK,       $                  SDIM, ALPHA, BETA, VSL, LDVSL, VSR, LDVSR, WORK,
      $                  LWORK, RWORK, BWORK, INFO )       $                  LWORK, RWORK, BWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.4.0) --  *  -- LAPACK driver 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          JOBVSL, JOBVSR, SORT        CHARACTER          JOBVSL, JOBVSR, SORT

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


CVSweb interface <joel.bertrand@systella.fr>