Previous: sscal Up: ../plot79_s.html Next: sym00
SUBROUTINE SSWAP (N,SX,INCX,SY,INCY)
C$ (BLAS - Swap Vectors)
C$
C$ Interchanges two vectors.
C$ Uses unrolled loops for increments equal to 1.
C$ Jack Dongarra, LINPACK, 3/11/78.
C$
C$ (03-APR-82)