Diff for /rpl/lapack/lapack/zsyconvf_rook.f between versions 1.4 and 1.6

version 1.4, 2018/05/29 07:18:36 version 1.6, 2023/08/07 08:39:38
Line 183 Line 183
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2017  
 *  
 *> \ingroup complex16SYcomputational  *> \ingroup complex16SYcomputational
 *  *
 *> \par Contributors:  *> \par Contributors:
Line 200 Line 198
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO )        SUBROUTINE ZSYCONVF_ROOK( UPLO, WAY, N, A, LDA, E, IPIV, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.8.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..--
 *     November 2017  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO, WAY        CHARACTER          UPLO, WAY
Line 285 Line 282
 *  *
 *           Convert PERMUTATIONS  *           Convert PERMUTATIONS
 *  *
 *           Apply permutaions to submatrices of upper part of A  *           Apply permutations to submatrices of upper part of A
 *           in factorization order where i decreases from N to 1  *           in factorization order where i decreases from N to 1
 *  *
             I = N              I = N
Line 336 Line 333
 *  *
 *           Revert PERMUTATIONS  *           Revert PERMUTATIONS
 *  *
 *           Apply permutaions to submatrices of upper part of A  *           Apply permutations to submatrices of upper part of A
 *           in reverse factorization order where i increases from 1 to N  *           in reverse factorization order where i increases from 1 to N
 *  *
             I = 1              I = 1
Line 426 Line 423
 *  *
 *           Convert PERMUTATIONS  *           Convert PERMUTATIONS
 *  *
 *           Apply permutaions to submatrices of lower part of A  *           Apply permutations to submatrices of lower part of A
 *           in factorization order where i increases from 1 to N  *           in factorization order where i increases from 1 to N
 *  *
             I = 1              I = 1
Line 477 Line 474
 *  *
 *           Revert PERMUTATIONS  *           Revert PERMUTATIONS
 *  *
 *           Apply permutaions to submatrices of lower part of A  *           Apply permutations to submatrices of lower part of A
 *           in reverse factorization order where i decreases from N to 1  *           in reverse factorization order where i decreases from N to 1
 *  *
             I = N              I = N

Removed from v.1.4  
changed lines
  Added in v.1.6


CVSweb interface <joel.bertrand@systella.fr>