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