Diff for /rpl/lapack/lapack/dsbevd.f between versions 1.10 and 1.11

version 1.10, 2012/08/22 09:48:24 version 1.11, 2012/12/14 12:30:27
Line 156 Line 156
 *> \param[in] LIWORK  *> \param[in] LIWORK
 *> \verbatim  *> \verbatim
 *>          LIWORK is INTEGER  *>          LIWORK is INTEGER
 *>          The dimension of the array LIWORK.  *>          The dimension of the array IWORK.
 *>          If JOBZ  = 'N' or N <= 1, LIWORK must be at least 1.  *>          If JOBZ  = 'N' or N <= 1, LIWORK must be at least 1.
 *>          If JOBZ  = 'V' and N > 2, LIWORK must be at least 3 + 5*N.  *>          If JOBZ  = 'V' and N > 2, LIWORK must be at least 3 + 5*N.
 *>  *>

Removed from v.1.10  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>