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

version 1.3, 2018/05/29 07:18:09 version 1.5, 2023/08/07 08:39:10
Line 208 Line 208
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleSYcomputational  *> \ingroup doubleSYcomputational
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 241 Line 239
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DSYTF2_RK( UPLO, N, A, LDA, E, IPIV, INFO )        SUBROUTINE DSYTF2_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 312 Line 309
 *  *
 *        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 620
 *  *
 *        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.5


CVSweb interface <joel.bertrand@systella.fr>