Diff for /rpl/lapack/lapack/zlarfb.f between versions 1.19 and 1.20

version 1.19, 2018/05/29 07:18:28 version 1.20, 2020/05/21 21:46:09
Line 92 Line 92
 *>          K is INTEGER  *>          K is INTEGER
 *>          The order of the matrix T (= the number of elementary  *>          The order of the matrix T (= the number of elementary
 *>          reflectors whose product defines the block reflector).  *>          reflectors whose product defines the block reflector).
   *>          If SIDE = 'L', M >= K >= 0;
   *>          if SIDE = 'R', N >= K >= 0.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] V  *> \param[in] V

Removed from v.1.19  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>