Diff for /rpl/lapack/lapack/zsytf2_rk.f between versions 1.1 and 1.5

version 1.1, 2017/06/17 11:02:56 version 1.5, 2023/08/07 08:39:38
Line 208 Line 208
 *> \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 241 Line 239
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO )        SUBROUTINE ZSYTF2_RK( UPLO, N, A, LDA, E, IPIV, 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
Line 321 Line 318
 *  *
 *        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 ) = CZERO           E( 1 ) = CZERO
Line 632 Line 629
 *  *
 *        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 ) = CZERO           E( N ) = CZERO
 *  *

Removed from v.1.1  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>