table of contents
CSWAP(1) | BLAS routine | CSWAP(1) |
NAME¶
CSWAP - CSWAP interchange two vectors
SYNOPSIS¶
INTEGER INCX,INCY,N COMPLEX CX(*),CY(*)
PURPOSE¶
CSWAP interchanges two vectors.
FURTHER DETAILS¶
jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
November 2008 | BLAS routine |