109 INTEGER I1, I2, LDA, N
131 upper = lsame( uplo,
'U' )
137 CALL sswap( i1-1, a(1,i1), 1, a(1,i2), 1 )
148 a(i1,i1+i)=a(i1+i,i2)
176 a(i1+i,i1)=a(i2,i1+i)
subroutine ssyswapr(uplo, n, a, lda, i1, i2)
SSYSWAPR applies an elementary permutation on the rows and columns of a symmetric matrix.