Diff for /rpl/lapack/lapack/ztgsen.f between versions 1.18 and 1.19

version 1.18, 2017/06/17 11:07:04 version 1.19, 2018/05/29 06:55:26
Line 72 Line 72
 *  *
 *> \param[in] IJOB  *> \param[in] IJOB
 *> \verbatim  *> \verbatim
 *>          IJOB is integer  *>          IJOB is INTEGER
 *>          Specifies whether condition numbers are required for the  *>          Specifies whether condition numbers are required for the
 *>          cluster of eigenvalues (PL and PR) or the deflating subspaces  *>          cluster of eigenvalues (PL and PR) or the deflating subspaces
 *>          (Difu and Difl):  *>          (Difu and Difl):
Line 433 Line 433
      $                   ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,       $                   ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,
      $                   WORK, LWORK, IWORK, LIWORK, INFO )       $                   WORK, LWORK, IWORK, LIWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.7.1) --
 *  -- 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  *     June 2016

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


CVSweb interface <joel.bertrand@systella.fr>