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

version 1.3, 2018/05/29 07:18:30 version 1.5, 2023/08/07 08:39:32
Line 239 Line 239
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup complex16SYcomputational  *> \ingroup complex16SYcomputational
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 262 Line 260
       SUBROUTINE ZLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW,        SUBROUTINE ZLASYF_RK( UPLO, N, NB, KB, A, LDA, E, IPIV, W, LDW,
      $                      INFO )       $                      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 330 Line 327
 *        of A and working backwards, and compute the matrix W = U12*D  *        of A and working backwards, and compute the matrix W = U12*D
 *        for use in updating A11  *        for use in updating A11
 *  *
 *        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 658 Line 655
 *        of A and working forwards, and compute the matrix W = L21*D  *        of A and working forwards, and compute the matrix W = L21*D
 *        for use in updating A22  *        for use in updating A22
 *  *
 *        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.3  
changed lines
  Added in v.1.5


CVSweb interface <joel.bertrand@systella.fr>