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

version 1.17, 2018/05/29 07:18:39 version 1.18, 2023/08/07 08:39:41
Line 217 Line 217
 *>          If 0 < SCALE < 1, C and F hold the solutions R and L, resp.,  *>          If 0 < SCALE < 1, C and F hold the solutions R and L, resp.,
 *>          to a slightly perturbed system but the input matrices A, B,  *>          to a slightly perturbed system but the input matrices A, B,
 *>          D and E have not been changed. If SCALE = 0, R and L will  *>          D and E have not been changed. If SCALE = 0, R and L will
 *>          hold the solutions to the homogenious system with C = F = 0.  *>          hold the solutions to the homogeneous system with C = F = 0.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] WORK  *> \param[out] WORK
Line 260 Line 260
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16SYcomputational  *> \ingroup complex16SYcomputational
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 295 Line 293
      $                   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.18


CVSweb interface <joel.bertrand@systella.fr>