Diff for /rpl/lapack/lapack/zhetf2_rk.f between versions 1.3 and 1.4

version 1.3, 2018/05/29 07:18:20 version 1.4, 2020/05/21 21:46:05
Line 322 Line 322
 *  *
 *        Factorize A as U*D*U**H using the upper triangle of A  *        Factorize A as U*D*U**H using the upper triangle of A
 *  *
 *        Initilize the first entry of array E, where superdiagonal  *        Initialize the first entry of array E, where superdiagonal
 *        elements of D are stored  *        elements of D are stored
 *  *
          E( 1 ) = CZERO           E( 1 ) = CZERO
Line 676 Line 676
 *  *
 *        Factorize A as L*D*L**H using the lower triangle of A  *        Factorize A as L*D*L**H using the lower triangle of A
 *  *
 *        Initilize the unused last entry of the subdiagonal array E.  *        Initialize the unused last entry of the subdiagonal array E.
 *  *
          E( N ) = CZERO           E( N ) = CZERO
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>