Diff for /rpl/lapack/blas/zgerc.f between versions 1.11 and 1.14

version 1.11, 2014/01/27 09:28:14 version 1.14, 2018/05/29 06:55:15
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 ZGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA)  *       SUBROUTINE ZGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA)
 *   *
 *       .. Scalar Arguments ..  *       .. Scalar Arguments ..
 *       COMPLEX*16 ALPHA  *       COMPLEX*16 ALPHA
 *       INTEGER INCX,INCY,LDA,M,N  *       INTEGER INCX,INCY,LDA,M,N
Line 17 Line 17
 *       .. Array Arguments ..  *       .. Array Arguments ..
 *       COMPLEX*16 A(LDA,*),X(*),Y(*)  *       COMPLEX*16 A(LDA,*),X(*),Y(*)
 *       ..  *       ..
 *    *
 *  *
 *> \par Purpose:  *> \par Purpose:
 *  =============  *  =============
Line 57 Line 57
 *>  *>
 *> \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 + ( m - 1 )*abs( INCX ) ).  *>           ( 1 + ( m - 1 )*abs( INCX ) ).
 *>           Before entry, the incremented array X must contain the m  *>           Before entry, the incremented array X must contain the m
 *>           element vector x.  *>           element vector x.
Line 72 Line 72
 *>  *>
 *> \param[in] Y  *> \param[in] Y
 *> \verbatim  *> \verbatim
 *>          Y is COMPLEX*16 array of dimension at least  *>          Y is COMPLEX*16 array, dimension at least
 *>           ( 1 + ( n - 1 )*abs( INCY ) ).  *>           ( 1 + ( n - 1 )*abs( INCY ) ).
 *>           Before entry, the incremented array Y must contain the n  *>           Before entry, the incremented array Y must contain the n
 *>           element vector y.  *>           element vector y.
Line 87 Line 87
 *>  *>
 *> \param[in,out] A  *> \param[in,out] A
 *> \verbatim  *> \verbatim
 *>          A is COMPLEX*16 array of DIMENSION ( LDA, n ).  *>          A is COMPLEX*16 array, dimension ( LDA, N )
 *>           Before entry, the leading m by n part of the array A must  *>           Before entry, the leading m by n part of the array A must
 *>           contain the matrix of coefficients. On exit, A is  *>           contain the matrix of coefficients. On exit, A is
 *>           overwritten by the updated matrix.  *>           overwritten by the updated 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  *> \date December 2016
 *  *
 *> \ingroup complex16_blas_level2  *> \ingroup complex16_blas_level2
 *  *
Line 130 Line 130
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA)        SUBROUTINE ZGERC(M,N,ALPHA,X,INCX,Y,INCY,A,LDA)
 *  *
 *  -- Reference BLAS level2 routine (version 3.4.0) --  *  -- Reference BLAS level2 routine (version 3.7.0) --
 *  -- 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  *     December 2016
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       COMPLEX*16 ALPHA        COMPLEX*16 ALPHA

Removed from v.1.11  
changed lines
  Added in v.1.14


CVSweb interface <joel.bertrand@systella.fr>