Diff for /rpl/lapack/lapack/dgetc2.f between versions 1.17 and 1.22

version 1.17, 2017/06/17 10:53:49 version 1.22, 2023/08/07 08:38:50
Line 85 Line 85
 *> \verbatim  *> \verbatim
 *>          INFO is INTEGER  *>          INFO is INTEGER
 *>           = 0: successful exit  *>           = 0: successful exit
 *>           > 0: if INFO = k, U(k, k) is likely to produce owerflow if  *>           > 0: if INFO = k, U(k, k) is likely to produce overflow if
 *>                we try to solve for x in Ax = b. So U is perturbed to  *>                we try to solve for x in Ax = b. So U is perturbed to
 *>                avoid the overflow.  *>                avoid the overflow.
 *> \endverbatim  *> \endverbatim
Line 98 Line 98
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  
 *> \ingroup doubleGEauxiliary  *> \ingroup doubleGEauxiliary
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 111 Line 109
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DGETC2( N, A, LDA, IPIV, JPIV, INFO )        SUBROUTINE DGETC2( N, A, LDA, IPIV, JPIV, INFO )
 *  *
 *  -- 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..--
 *     June 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            INFO, LDA, N        INTEGER            INFO, LDA, N
Line 135 Line 132
       DOUBLE PRECISION   BIGNUM, EPS, SMIN, SMLNUM, XMAX        DOUBLE PRECISION   BIGNUM, EPS, SMIN, SMLNUM, XMAX
 *     ..  *     ..
 *     .. External Subroutines ..  *     .. External Subroutines ..
       EXTERNAL           DGER, DSWAP        EXTERNAL           DGER, DSWAP, DLABAD
 *     ..  *     ..
 *     .. External Functions ..  *     .. External Functions ..
       DOUBLE PRECISION   DLAMCH        DOUBLE PRECISION   DLAMCH

Removed from v.1.17  
changed lines
  Added in v.1.22


CVSweb interface <joel.bertrand@systella.fr>