Diff for /rpl/lapack/blas/dcabs1.f between versions 1.10 and 1.11

version 1.10, 2014/01/27 09:28:12 version 1.11, 2015/11/26 11:44:14
Line 21 Line 21
 *>  *>
 *> \verbatim  *> \verbatim
 *>  *>
 *> DCABS1 computes absolute value of a double complex number   *> DCABS1 computes |Re(.)| + |Im(.)| of a double complex number 
 *> \endverbatim  *> \endverbatim
 *  *
 *  Authors:  *  Authors:
Line 32 Line 32
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date November 2015
 *  *
 *> \ingroup double_blas_level1  *> \ingroup double_blas_level1
 *  *
 *  =====================================================================  *  =====================================================================
       DOUBLE PRECISION FUNCTION DCABS1(Z)        DOUBLE PRECISION FUNCTION DCABS1(Z)
 *  *
 *  -- Reference BLAS level1 routine (version 3.4.0) --  *  -- Reference BLAS level1 routine (version 3.6.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  *     November 2015
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       COMPLEX*16 Z        COMPLEX*16 Z

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


CVSweb interface <joel.bertrand@systella.fr>