Diff for /rpl/lapack/lapack/zsytrf.f between versions 1.17 and 1.18

version 1.17, 2018/05/29 07:18:37 version 1.18, 2020/05/21 21:46:11
Line 43 Line 43
 *>  *>
 *> where U (or L) is a product of permutation and unit upper (lower)  *> where U (or L) is a product of permutation and unit upper (lower)
 *> triangular matrices, and D is symmetric and block diagonal with  *> triangular matrices, and D is symmetric and block diagonal with
 *> with 1-by-1 and 2-by-2 diagonal blocks.  *> 1-by-1 and 2-by-2 diagonal blocks.
 *>  *>
 *> This is the blocked version of the algorithm, calling Level 3 BLAS.  *> This is the blocked version of the algorithm, calling Level 3 BLAS.
 *> \endverbatim  *> \endverbatim

Removed from v.1.17  
changed lines
  Added in v.1.18


CVSweb interface <joel.bertrand@systella.fr>