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

version 1.4, 2018/05/29 07:18:07 version 1.5, 2020/05/21 21:46:01
Line 291 Line 291
 *  *
 *           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 344 Line 344
 *  *
 *           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 435 Line 435
 *  *
 *           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 488 Line 488
 *  *
 *           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>