Diff for /rpl/lapack/lapack/dtrevc3.f between versions 1.6 and 1.7

version 1.6, 2018/05/29 07:18:11 version 1.7, 2020/05/21 21:46:02
Line 45 Line 45
 *> The right eigenvector x and the left eigenvector y of T corresponding  *> The right eigenvector x and the left eigenvector y of T corresponding
 *> to an eigenvalue w are defined by:  *> to an eigenvalue w are defined by:
 *>  *>
 *>    T*x = w*x,     (y**H)*T = w*(y**H)  *>    T*x = w*x,     (y**T)*T = w*(y**T)
 *>  *>
 *> where y**H denotes the conjugate transpose of y.  *> where y**T denotes the transpose of the vector y.
 *> The eigenvalues are not input to this routine, but are read directly  *> The eigenvalues are not input to this routine, but are read directly
 *> from the diagonal blocks of T.  *> from the diagonal blocks of T.
 *>  *>

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


CVSweb interface <joel.bertrand@systella.fr>