Diff for /rpl/lapack/lapack/ztgsen.f between versions 1.17 and 1.21

version 1.17, 2017/06/17 10:54:30 version 1.21, 2023/08/07 08:39:40
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 290 Line 290
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 433 Line 431
      $                   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 --
 *  -- 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 ..
       LOGICAL            WANTQ, WANTZ        LOGICAL            WANTQ, WANTZ

Removed from v.1.17  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>