Diff for /rpl/lapack/lapack/dspgv.f between versions 1.17 and 1.18

version 1.17, 2017/06/17 11:06:32 version 1.18, 2018/05/29 06:55:20
Line 77 Line 77
 *>  *>
 *> \param[in,out] AP  *> \param[in,out] AP
 *> \verbatim  *> \verbatim
 *>          AP is DOUBLE PRECISION array, dimension  *>          AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
 *>                            (N*(N+1)/2)  
 *>          On entry, the upper or lower triangle of the symmetric matrix  *>          On entry, the upper or lower triangle of the symmetric matrix
 *>          A, packed columnwise in a linear array.  The j-th column of A  *>          A, packed columnwise in a linear array.  The j-th column of A
 *>          is stored in the array AP as follows:  *>          is stored in the array AP as follows:
Line 153 Line 152
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup doubleOTHEReigen  *> \ingroup doubleOTHEReigen
 *  *
Line 161 Line 160
       SUBROUTINE DSPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK,        SUBROUTINE DSPGV( ITYPE, JOBZ, UPLO, N, AP, BP, W, Z, LDZ, WORK,
      $                  INFO )       $                  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.17  
changed lines
  Added in v.1.18


CVSweb interface <joel.bertrand@systella.fr>