Diff for /rpl/lapack/lapack/dlamch.f between versions 1.13 and 1.23

version 1.13, 2012/08/22 09:48:17 version 1.23, 2023/08/07 08:38:54
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:
 *  ===========  *  ===========
 *  *
 *      DOUBLE PRECISION FUNCTION DLAMCH( CMACH )  *      DOUBLE PRECISION FUNCTION DLAMCH( CMACH )
 *    *
   *     .. Scalar Arguments ..
   *     CHARACTER          CMACH
   *     ..
   *
 *  *
 *> \par Purpose:  *> \par Purpose:
 *  =============  *  =============
Line 24 Line 28
 *  *
 *> \param[in] CMACH  *> \param[in] CMACH
 *> \verbatim  *> \verbatim
   *>          CMACH is CHARACTER*1
 *>          Specifies the value to be returned by DLAMCH:  *>          Specifies the value to be returned by DLAMCH:
 *>          = 'E' or 'e',   DLAMCH := eps  *>          = 'E' or 'e',   DLAMCH := eps
 *>          = 'S' or 's ,   DLAMCH := sfmin  *>          = 'S' or 's ,   DLAMCH := sfmin
Line 51 Line 56
 *  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 auxOTHERauxiliary  *> \ingroup auxOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       DOUBLE PRECISION FUNCTION DLAMCH( CMACH )        DOUBLE PRECISION FUNCTION DLAMCH( CMACH )
 *  *
 *  -- LAPACK auxiliary routine (version 3.4.0) --  *  -- LAPACK auxiliary routine --
 *  -- 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..--
 *     November 2011  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          CMACH        CHARACTER          CMACH
Line 151 Line 154
 *> might hold one of these in a register.  *> might hold one of these in a register.
 *> \endverbatim  *> \endverbatim
 *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..  *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..
 *> \date November 2011  
 *> \ingroup auxOTHERauxiliary  
 *>  
 *> \param[in] A  *> \param[in] A
 *> \verbatim  *> \verbatim
 *>          A is a DOUBLE PRECISION  *>          A is a DOUBLE PRECISION
Line 167 Line 167
 *>  *>
       DOUBLE PRECISION FUNCTION DLAMC3( A, B )        DOUBLE PRECISION FUNCTION DLAMC3( A, B )
 *  *
 *  -- LAPACK auxiliary routine (version 3.4.0) --  *  -- LAPACK auxiliary routine --
 *     Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..  *     Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
 *     November 2010  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       DOUBLE PRECISION   A, B        DOUBLE PRECISION   A, B

Removed from v.1.13  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>