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

version 1.21, 2018/05/29 07:17:57 version 1.23, 2023/08/07 08:38:54
Line 10 Line 10
 *  *
 *      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 56 Line 61
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup auxOTHERauxiliary  *> \ingroup auxOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       DOUBLE PRECISION FUNCTION DLAMCH( CMACH )        DOUBLE PRECISION FUNCTION DLAMCH( CMACH )
 *  *
 *  -- LAPACK auxiliary routine (version 3.7.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..--
 *     December 2016  
 *  *
 *     .. 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 December 2016  
 *> \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.7.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.21  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>