Diff for /rpl/lapack/lapack/dlaed4.f between versions 1.17 and 1.18

version 1.17, 2018/05/29 07:17:56 version 1.18, 2020/05/21 21:45:58
Line 82 Line 82
 *> \param[out] DELTA  *> \param[out] DELTA
 *> \verbatim  *> \verbatim
 *>          DELTA is DOUBLE PRECISION array, dimension (N)  *>          DELTA is DOUBLE PRECISION array, dimension (N)
 *>         If N .GT. 2, DELTA contains (D(j) - lambda_I) in its  j-th  *>         If N > 2, DELTA contains (D(j) - lambda_I) in its  j-th
 *>         component.  If N = 1, then DELTA(1) = 1. If N = 2, see DLAED5  *>         component.  If N = 1, then DELTA(1) = 1. If N = 2, see DLAED5
 *>         for detail. The vector DELTA contains the information necessary  *>         for detail. The vector DELTA contains the information necessary
 *>         to construct the eigenvectors by DLAED3 and DLAED9.  *>         to construct the eigenvectors by DLAED3 and DLAED9.

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


CVSweb interface <joel.bertrand@systella.fr>