Diff for /rpl/lapack/lapack/zstemr.f between versions 1.21 and 1.23

version 1.21, 2018/05/29 07:18:35 version 1.23, 2023/08/07 08:39:37
Line 250 Line 250
 *> \param[in,out] TRYRAC  *> \param[in,out] TRYRAC
 *> \verbatim  *> \verbatim
 *>          TRYRAC is LOGICAL  *>          TRYRAC is LOGICAL
 *>          If TRYRAC.EQ..TRUE., indicates that the code should check whether  *>          If TRYRAC = .TRUE., indicates that the code should check whether
 *>          the tridiagonal matrix defines its eigenvalues to high relative  *>          the tridiagonal matrix defines its eigenvalues to high relative
 *>          accuracy.  If so, the code uses relative-accuracy preserving  *>          accuracy.  If so, the code uses relative-accuracy preserving
 *>          algorithms that might be (a bit) slower depending on the matrix.  *>          algorithms that might be (a bit) slower depending on the matrix.
 *>          If the matrix does not define its eigenvalues to high relative  *>          If the matrix does not define its eigenvalues to high relative
 *>          accuracy, the code can uses possibly faster algorithms.  *>          accuracy, the code can uses possibly faster algorithms.
 *>          If TRYRAC.EQ..FALSE., the code is not required to guarantee  *>          If TRYRAC = .FALSE., the code is not required to guarantee
 *>          relatively accurate eigenvalues and can use the fastest possible  *>          relatively accurate eigenvalues and can use the fastest possible
 *>          techniques.  *>          techniques.
 *>          On exit, a .TRUE. TRYRAC will be set to .FALSE. if the matrix  *>          On exit, a .TRUE. TRYRAC will be set to .FALSE. if the matrix
Line 320 Line 320
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 338 Line 336
      $                   M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,       $                   M, W, Z, LDZ, NZC, ISUPPZ, TRYRAC, WORK, LWORK,
      $                   IWORK, LIWORK, INFO )       $                   IWORK, LIWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.1) --  *  -- 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 ..
       CHARACTER          JOBZ, RANGE        CHARACTER          JOBZ, RANGE

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


CVSweb interface <joel.bertrand@systella.fr>