103 SUBROUTINE csyswapr( UPLO, N, A, LDA, I1, I2)
112 INTEGER I1, I2, LDA, N
134 upper = lsame( uplo,
'U' )
140 CALL cswap( i1-1, a(1,i1), 1, a(1,i2), 1 )
151 a(i1,i1+i)=a(i1+i,i2)
168 CALL cswap ( i1-1, a(i1,1), lda, a(i2,1), lda )
179 a(i1+i,i1)=a(i2,i1+i)
subroutine cswap(N, CX, INCX, CY, INCY)
CSWAP
subroutine csyswapr(UPLO, N, A, LDA, I1, I2)
CSYSWAPR