Diff for /rpl/lapack/lapack/dlartgs.f between versions 1.2 and 1.3

version 1.2, 2010/12/21 13:53:32 version 1.3, 2011/07/22 07:38:07
Line 61 Line 61
 *  *
       THRESH = DLAMCH('E')        THRESH = DLAMCH('E')
 *  *
 *     Compute the first column of B'*B - SIGMA^2*I, up to a scale  *     Compute the first column of B**T*B - SIGMA^2*I, up to a scale
 *     factor.  *     factor.
 *  *
       IF( (SIGMA .EQ. ZERO .AND. ABS(X) .LT. THRESH) .OR.        IF( (SIGMA .EQ. ZERO .AND. ABS(X) .LT. THRESH) .OR.

Removed from v.1.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>