Diff for /rpl/lapack/lapack/zhpevd.f between versions 1.15 and 1.16

version 1.15, 2017/06/17 11:06:50 version 1.16, 2018/05/29 06:55:24
Line 134 Line 134
 *>  *>
 *> \param[out] RWORK  *> \param[out] RWORK
 *> \verbatim  *> \verbatim
 *>          RWORK is DOUBLE PRECISION array,  *>          RWORK is DOUBLE PRECISION array, dimension (MAX(1,LRWORK))
 *>                                         dimension (LRWORK)  
 *>          On exit, if INFO = 0, RWORK(1) returns the required LRWORK.  *>          On exit, if INFO = 0, RWORK(1) returns the required LRWORK.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 193 Line 192
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup complex16OTHEReigen  *> \ingroup complex16OTHEReigen
 *  *
Line 201 Line 200
       SUBROUTINE ZHPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK,        SUBROUTINE ZHPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK,
      $                   RWORK, LRWORK, IWORK, LIWORK, INFO )       $                   RWORK, LRWORK, IWORK, LIWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.7.0) --  *  -- LAPACK driver routine (version 3.7.1) --
 *  -- 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  *     June 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOBZ, UPLO        CHARACTER          JOBZ, UPLO

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


CVSweb interface <joel.bertrand@systella.fr>