Diff for /rpl/lapack/lapack/zlaed7.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:49 version 1.8, 2011/07/22 07:38:17
Line 3 Line 3
      $                   GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK,       $                   GIVPTR, GIVCOL, GIVNUM, WORK, RWORK, IWORK,
      $                   INFO )       $                   INFO )
 *  *
 *  -- LAPACK routine (version 3.2) --  *  -- LAPACK routine (version 3.3.1) --
 *  -- 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  *  -- April 2011                                                      --
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ,        INTEGER            CURLVL, CURPBM, CUTPNT, INFO, LDQ, N, QSIZ,
Line 29 Line 29
 *  eigenvalues and optionally eigenvectors of a dense or banded  *  eigenvalues and optionally eigenvectors of a dense or banded
 *  Hermitian matrix that has been reduced to tridiagonal form.  *  Hermitian matrix that has been reduced to tridiagonal form.
 *  *
 *    T = Q(in) ( D(in) + RHO * Z*Z' ) Q'(in) = Q(out) * D(out) * Q'(out)  *    T = Q(in) ( D(in) + RHO * Z*Z**H ) Q**H(in) = Q(out) * D(out) * Q**H(out)
 *  *
 *    where Z = Q'u, u is a vector of length N with ones in the  *    where Z = Q**Hu, u is a vector of length N with ones in the
 *    CUTPNT and CUTPNT + 1 th elements and zeros elsewhere.  *    CUTPNT and CUTPNT + 1 th elements and zeros elsewhere.
 *  *
 *     The eigenvectors of the original matrix are stored in Q, and the  *     The eigenvectors of the original matrix are stored in Q, and the

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>