1ZSWAP(1) BLAS routine ZSWAP(1)
23
4
NAME
6ZSWAP - two vectors
7
SYNOPSIS
9SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY)
1011
INTEGER INCX,INCY,N
1213
DOUBLE COMPLEX ZX(*),ZY(*)
14
PURPOSE
16interchanges two vectors.
17jack dongarra, 3/11/78.
18modified 12/3/93, array(1) declarations changed to array(*)
1920
21
22
23
24
BLAS routine November 2006 ZSWAP(1)