--- rpl/lapack/lapack/ztgsyl.f 2018/05/29 07:18:39 1.17 +++ rpl/lapack/lapack/ztgsyl.f 2023/08/07 08:39:41 1.18 @@ -217,7 +217,7 @@ *> 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, *> 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 *> *> \param[out] WORK @@ -260,8 +260,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * *> \par Contributors: @@ -295,10 +293,9 @@ $ LDD, E, LDE, F, LDF, SCALE, DIF, WORK, LWORK, $ IWORK, INFO ) * -* -- LAPACK computational routine (version 3.7.0) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. CHARACTER TRANS