Diff for /rpl/lapack/lapack/dlagtf.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 125 Line 125
 *>          then IN(k) = 1, otherwise IN(k) = 0. The element IN(n)  *>          then IN(k) = 1, otherwise IN(k) = 0. The element IN(n)
 *>          returns the smallest positive integer j such that  *>          returns the smallest positive integer j such that
 *>  *>
 *>             abs( u(j,j) ).le. norm( (T - lambda*I)(j) )*TOL,  *>             abs( u(j,j) ) <= norm( (T - lambda*I)(j) )*TOL,
 *>  *>
 *>          where norm( A(j) ) denotes the sum of the absolute values of  *>          where norm( A(j) ) denotes the sum of the absolute values of
 *>          the jth row of the matrix A. If no such j exists then IN(n)  *>          the jth row of the matrix A. If no such j exists then IN(n)
Line 137 Line 137
 *> \param[out] INFO  *> \param[out] INFO
 *> \verbatim  *> \verbatim
 *>          INFO is INTEGER  *>          INFO is INTEGER
 *>          = 0   : successful exit  *>          = 0:  successful exit
 *>          .lt. 0: if INFO = -k, the kth argument had an illegal value  *>          < 0:  if INFO = -k, the kth argument had an illegal value
 *> \endverbatim  *> \endverbatim
 *  *
 *  Authors:  *  Authors:

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


CVSweb interface <joel.bertrand@systella.fr>