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

version 1.17, 2018/05/29 07:18:10 version 1.18, 2020/05/21 21:46:02
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

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


CVSweb interface <joel.bertrand@systella.fr>