Diff for /rpl/lapack/lapack/dgetc2.f between versions 1.20 and 1.21

version 1.20, 2018/05/29 07:17:53 version 1.21, 2020/05/21 21:45:57
Line 85 Line 85
 *> \verbatim  *> \verbatim
 *>          INFO is INTEGER  *>          INFO is INTEGER
 *>           = 0: successful exit  *>           = 0: successful exit
 *>           > 0: if INFO = k, U(k, k) is likely to produce owerflow if  *>           > 0: if INFO = k, U(k, k) is likely to produce overflow if
 *>                we try to solve for x in Ax = b. So U is perturbed to  *>                we try to solve for x in Ax = b. So U is perturbed to
 *>                avoid the overflow.  *>                avoid the overflow.
 *> \endverbatim  *> \endverbatim

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


CVSweb interface <joel.bertrand@systella.fr>