Diff for /rpl/lapack/blas/zhpr.f between versions 1.9 and 1.16

version 1.9, 2012/08/22 09:36:41 version 1.16, 2023/08/07 08:38:45
Line 2 Line 2
 *  *
 *  =========== DOCUMENTATION ===========  *  =========== DOCUMENTATION ===========
 *  *
 * Online html documentation available at   * Online html documentation available at
 *            http://www.netlib.org/lapack/explore-html/   *            http://www.netlib.org/lapack/explore-html/
 *  *
 *  Definition:  *  Definition:
 *  ===========  *  ===========
 *  *
 *       SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)  *       SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
 *   *
 *       .. Scalar Arguments ..  *       .. Scalar Arguments ..
 *       DOUBLE PRECISION ALPHA  *       DOUBLE PRECISION ALPHA
 *       INTEGER INCX,N  *       INTEGER INCX,N
Line 18 Line 18
 *       .. Array Arguments ..  *       .. Array Arguments ..
 *       COMPLEX*16 AP(*),X(*)  *       COMPLEX*16 AP(*),X(*)
 *       ..  *       ..
 *    *
 *  *
 *> \par Purpose:  *> \par Purpose:
 *  =============  *  =============
Line 65 Line 65
 *>  *>
 *> \param[in] X  *> \param[in] X
 *> \verbatim  *> \verbatim
 *>          X is COMPLEX*16 array of dimension at least  *>          X is COMPLEX*16 array, dimension at least
 *>           ( 1 + ( n - 1 )*abs( INCX ) ).  *>           ( 1 + ( n - 1 )*abs( INCX ) ).
 *>           Before entry, the incremented array X must contain the n  *>           Before entry, the incremented array X must contain the n
 *>           element vector x.  *>           element vector x.
Line 80 Line 80
 *>  *>
 *> \param[in,out] AP  *> \param[in,out] AP
 *> \verbatim  *> \verbatim
 *>          AP is COMPLEX*16 array of DIMENSION at least  *>          AP is COMPLEX*16 array, dimension at least
 *>           ( ( n*( n + 1 ) )/2 ).  *>           ( ( n*( n + 1 ) )/2 ).
 *>           Before entry with  UPLO = 'U' or 'u', the array AP must  *>           Before entry with  UPLO = 'U' or 'u', the array AP must
 *>           contain the upper triangular part of the hermitian matrix  *>           contain the upper triangular part of the hermitian matrix
Line 104 Line 104
 *  Authors:  *  Authors:
 *  ========  *  ========
 *  *
 *> \author Univ. of Tennessee   *> \author Univ. of Tennessee
 *> \author Univ. of California Berkeley   *> \author Univ. of California Berkeley
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.   *> \author NAG Ltd.
 *  
 *> \date November 2011  
 *  *
 *> \ingroup complex16_blas_level2  *> \ingroup complex16_blas_level2
 *  *
Line 130 Line 128
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)        SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
 *  *
 *  -- Reference BLAS level2 routine (version 3.4.0) --  *  -- Reference BLAS level2 routine --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --  *  -- Reference BLAS 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..--
 *     November 2011  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       DOUBLE PRECISION ALPHA        DOUBLE PRECISION ALPHA
Line 274 Line 271
 *  *
       RETURN        RETURN
 *  *
 *     End of ZHPR  .  *     End of ZHPR
 *  *
       END        END

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


CVSweb interface <joel.bertrand@systella.fr>