1ZSWAP(1) BLAS routine ZSWAP(1)
23
4
NAME
6ZSWAP - ZSWAP interchange two vectors
7
SYNOPSIS
9SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY)
1011
INTEGER INCX,INCY,N
1213
DOUBLE COMPLEX ZX(*),ZY(*)
14
PURPOSE
16ZSWAP interchanges two vectors.
1718
FURTHER DETAILS
20jack dongarra, 3/11/78.
21modified 12/3/93, array(1) declarations changed to array(*)
2223
24
25
26
BLAS routine November 2008 ZSWAP(1)