Diff for /rpl/lapack/lapack/zsyconvf.f between versions 1.4 and 1.5

version 1.4, 2018/05/29 07:18:36 version 1.5, 2020/05/21 21:46:10
Line 294 Line 294
 *  *
 *           Convert PERMUTATIONS and IPIV  *           Convert PERMUTATIONS and IPIV
 *  *
 *           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 347 Line 347
 *  *
 *           Revert PERMUTATIONS and IPIV  *           Revert PERMUTATIONS and IPIV
 *  *
 *           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 438 Line 438
 *  *
 *           Convert PERMUTATIONS and IPIV  *           Convert PERMUTATIONS and IPIV
 *  *
 *           Apply permutaions to submatrices of lower part of A  *           Apply permutations to submatrices of lower part of A
 *           in factorization order where k increases from 1 to N  *           in factorization order where k increases from 1 to N
 *  *
             I = 1              I = 1
Line 491 Line 491
 *  *
 *           Revert PERMUTATIONS and IPIV  *           Revert PERMUTATIONS and IPIV
 *  *
 *           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.5


CVSweb interface <joel.bertrand@systella.fr>