Diff for /rpl/lapack/lapack/dtgsyl.f between versions 1.17 and 1.19

version 1.17, 2018/05/29 07:18:10 version 1.19, 2023/08/07 08:39:12
Line 88 Line 88
 *> \param[in] TRANS  *> \param[in] TRANS
 *> \verbatim  *> \verbatim
 *>          TRANS is CHARACTER*1  *>          TRANS is CHARACTER*1
 *>          = 'N', solve the generalized Sylvester equation (1).  *>          = 'N': solve the generalized Sylvester equation (1).
 *>          = 'T', solve the 'transposed' system (3).  *>          = 'T': solve the 'transposed' system (3).
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] IJOB  *> \param[in] IJOB
 *> \verbatim  *> \verbatim
 *>          IJOB is INTEGER  *>          IJOB is INTEGER
 *>          Specifies what kind of functionality to be performed.  *>          Specifies what kind of functionality to be performed.
 *>           =0: solve (1) only.  *>          = 0: solve (1) only.
 *>           =1: The functionality of 0 and 3.  *>          = 1: The functionality of 0 and 3.
 *>           =2: The functionality of 0 and 4.  *>          = 2: The functionality of 0 and 4.
 *>           =3: Only an estimate of Dif[(A,D), (B,E)] is computed.  *>          = 3: Only an estimate of Dif[(A,D), (B,E)] is computed.
 *>               (look ahead strategy IJOB  = 1 is used).  *>               (look ahead strategy IJOB  = 1 is used).
 *>           =4: Only an estimate of Dif[(A,D), (B,E)] is computed.  *>          = 4: Only an estimate of Dif[(A,D), (B,E)] is computed.
 *>               ( DGECON on sub-systems is used ).  *>               ( DGECON on sub-systems is used ).
 *>          Not referenced if TRANS = 'T'.  *>          Not referenced if TRANS = 'T'.
 *> \endverbatim  *> \endverbatim
Line 261 Line 261
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleSYcomputational  *> \ingroup doubleSYcomputational
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 299 Line 297
      $                   LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK,       $                   LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK,
      $                   IWORK, INFO )       $                   IWORK, 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..--
 *     December 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          TRANS        CHARACTER          TRANS

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


CVSweb interface <joel.bertrand@systella.fr>