Diff for /rpl/lapack/lapack/zsyconvf_rook.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 285 Line 285
 *  *
 *           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 336
 *  *
 *           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 426
 *  *
 *           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 477
 *  *
 *           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.5


CVSweb interface <joel.bertrand@systella.fr>