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

version 1.4, 2010/08/06 15:32:30 version 1.5, 2010/08/07 13:18:07
Line 1 Line 1
       SUBROUTINE DLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,        SUBROUTINE DLATDF( IJOB, N, Z, LDZ, RHS, RDSUM, RDSCAL, IPIV,
      $                   JPIV )       $                   JPIV )
 *  *
 *  -- 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            IJOB, LDZ, N        INTEGER            IJOB, LDZ, N
Line 49 Line 49
 *  LDZ     (input) INTEGER  *  LDZ     (input) INTEGER
 *          The leading dimension of the array Z.  LDA >= max(1, N).  *          The leading dimension of the array Z.  LDA >= max(1, N).
 *  *
 *  RHS     (input/output) DOUBLE PRECISION array, dimension N.  *  RHS     (input/output) DOUBLE PRECISION array, dimension (N)
 *          On entry, RHS contains contributions from other subsystems.  *          On entry, RHS contains contributions from other subsystems.
 *          On exit, RHS contains the solution of the subsystem with  *          On exit, RHS contains the solution of the subsystem with
 *          entries acoording to the value of IJOB (see above).  *          entries acoording to the value of IJOB (see above).

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


CVSweb interface <joel.bertrand@systella.fr>