Diff for /rpl/lapack/lapack/zsytrs2.f between versions 1.14 and 1.15

version 1.14, 2018/05/29 07:18:38 version 1.15, 2020/05/21 21:46:11
Line 36 Line 36
 *>  *>
 *> \verbatim  *> \verbatim
 *>  *>
 *> ZSYTRS2 solves a system of linear equations A*X = B with a real  *> ZSYTRS2 solves a system of linear equations A*X = B with a complex
 *> symmetric matrix A using the factorization A = U*D*U**T or  *> symmetric matrix A using the factorization A = U*D*U**T or
 *> A = L*D*L**T computed by ZSYTRF and converted by ZSYCONV.  *> A = L*D*L**T computed by ZSYTRF and converted by ZSYCONV.
 *> \endverbatim  *> \endverbatim

Removed from v.1.14  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>