Diff for /rpl/lapack/lapack/zsytrf.f between versions 1.16 and 1.19

version 1.16, 2017/06/17 11:07:02 version 1.19, 2023/08/07 08:39:39
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
Line 135 Line 135
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16SYcomputational  *> \ingroup complex16SYcomputational
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 182 Line 180
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )        SUBROUTINE ZSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     December 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO        CHARACTER          UPLO

Removed from v.1.16  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>