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

version 1.3, 2018/05/29 07:18:09 version 1.4, 2020/05/21 21:46:02
Line 312 Line 312
 *  *
 *        Factorize A as U*D*U**T using the upper triangle of A  *        Factorize A as U*D*U**T 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 ) = ZERO           E( 1 ) = ZERO
Line 623 Line 623
 *  *
 *        Factorize A as L*D*L**T using the lower triangle of A  *        Factorize A as L*D*L**T 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 ) = ZERO           E( N ) = ZERO
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>