Diff for /rpl/lapack/lapack/zstegr.f between versions 1.16 and 1.19

version 1.16, 2017/06/17 11:07:01 version 1.19, 2023/08/07 08:39:37
Line 49 Line 49
 *> eigenvalues.  *> eigenvalues.
 *>  *>
 *> ZSTEGR is a compatibility wrapper around the improved ZSTEMR routine.  *> ZSTEGR is a compatibility wrapper around the improved ZSTEMR routine.
 *> See DSTEMR for further details.  *> See ZSTEMR for further details.
 *>  *>
 *> One important change is that the ABSTOL parameter no longer provides any  *> One important change is that the ABSTOL parameter no longer provides any
 *> benefit and hence is no longer used.  *> benefit and hence is no longer used.
Line 184 Line 184
 *>  *>
 *> \param[out] ISUPPZ  *> \param[out] ISUPPZ
 *> \verbatim  *> \verbatim
 *>          ISUPPZ is INTEGER ARRAY, dimension ( 2*max(1,M) )  *>          ISUPPZ is INTEGER array, dimension ( 2*max(1,M) )
 *>          The support of the eigenvectors in Z, i.e., the indices  *>          The support of the eigenvectors in Z, i.e., the indices
 *>          indicating the nonzero elements in Z. The i-th computed eigenvector  *>          indicating the nonzero elements in Z. The i-th computed eigenvector
 *>          is nonzero only in elements ISUPPZ( 2*i-1 ) through  *>          is nonzero only in elements ISUPPZ( 2*i-1 ) through
Line 249 Line 249
 *> \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 265 Line 263
      $           ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,       $           ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK,
      $           LIWORK, INFO )       $           LIWORK, 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..--
 *     June 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOBZ, RANGE        CHARACTER          JOBZ, RANGE

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


CVSweb interface <joel.bertrand@systella.fr>