Diff for /rpl/lapack/lapack/zheevr_2stage.f between versions 1.5 and 1.6

version 1.5, 2020/05/21 21:46:05 version 1.6, 2023/08/07 08:39:23
Line 81 Line 81
 *> The desired accuracy of the output can be specified by the input  *> The desired accuracy of the output can be specified by the input
 *> parameter ABSTOL.  *> parameter ABSTOL.
 *>  *>
 *> For more details, see DSTEMR's documentation and:  *> For more details, see ZSTEMR's documentation and:
 *> - Inderjit S. Dhillon and Beresford N. Parlett: "Multiple representations  *> - Inderjit S. Dhillon and Beresford N. Parlett: "Multiple representations
 *>   to compute orthogonal eigenvectors of symmetric tridiagonal matrices,"  *>   to compute orthogonal eigenvectors of symmetric tridiagonal matrices,"
 *>   Linear Algebra and its Applications, 387(1), pp. 1-28, August 2004.  *>   Linear Algebra and its Applications, 387(1), pp. 1-28, August 2004.
Line 354 Line 354
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  
 *> \ingroup complex16HEeigen  *> \ingroup complex16HEeigen
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 408 Line 406
 *  *
       IMPLICIT NONE        IMPLICIT NONE
 *  *
 *  -- LAPACK driver routine (version 3.8.0) --  *  -- LAPACK driver 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, UPLO        CHARACTER          JOBZ, RANGE, UPLO

Removed from v.1.5  
changed lines
  Added in v.1.6


CVSweb interface <joel.bertrand@systella.fr>