Diff for /rpl/lapack/lapack/dgesc2.f between versions 1.4 and 1.5

version 1.4, 2010/08/06 15:32:24 version 1.5, 2010/08/07 13:18:06
Line 1 Line 1
       SUBROUTINE DGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )        SUBROUTINE DGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2) --  *  -- LAPACK auxiliary routine (version 3.2.2) --
 *  -- 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 2006  *     June 2010
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            LDA, N        INTEGER            LDA, N
Line 49 Line 49
 *          The pivot indices; for 1 <= j <= N, column j of the  *          The pivot indices; for 1 <= j <= N, column j of the
 *          matrix has been interchanged with column JPIV(j).  *          matrix has been interchanged with column JPIV(j).
 *  *
 *  SCALE    (output) DOUBLE PRECISION  *  SCALE   (output) DOUBLE PRECISION
 *           On exit, SCALE contains the scale factor. SCALE is chosen  *          On exit, SCALE contains the scale factor. SCALE is chosen
 *           0 <= SCALE <= 1 to prevent owerflow in the solution.  *          0 <= SCALE <= 1 to prevent owerflow in the solution.
 *  *
 *  Further Details  *  Further Details
 *  ===============  *  ===============

Removed from v.1.4  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>