Diff for /rpl/lapack/lapack/zlaesy.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:49 version 1.8, 2011/07/22 07:38:17
Line 127 Line 127
 *  *
 *        Choose CS1 = 1 and SN1 to satisfy the first equation, then  *        Choose CS1 = 1 and SN1 to satisfy the first equation, then
 *        scale the components of this eigenvector so that the matrix  *        scale the components of this eigenvector so that the matrix
 *        of eigenvectors X satisfies  X * X' = I .  (No scaling is  *        of eigenvectors X satisfies  X * X**T = I .  (No scaling is
 *        done if the norm of the eigenvalue matrix is less than THRESH.)  *        done if the norm of the eigenvalue matrix is less than THRESH.)
 *  *
          SN1 = ( RT1-A ) / B           SN1 = ( RT1-A ) / B

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>