112 DOUBLE PRECISION A( LDA, N )
131 upper = lsame( uplo,
'U' )
137 CALL dswap( i1-1, a(1,i1), 1, a(1,i2), 1 )
148 a(i1,i1+i)=a(i1+i,i2)
165 CALL dswap( i1-1, a(i1,1), lda, a(i2,1), lda )
176 a(i1+i,i1)=a(i2,i1+i)
subroutine dsyswapr(uplo, n, a, lda, i1, i2)
DSYSWAPR applies an elementary permutation on the rows and columns of a symmetric matrix.