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

version 1.19, 2018/05/29 06:55:16 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.8.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

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


CVSweb interface <joel.bertrand@systella.fr>