1ZSWAP(1)                         BLAS routine                         ZSWAP(1)
2
3
4

NAME

6       ZSWAP - two vectors
7

SYNOPSIS

9       SUBROUTINE ZSWAP(N,ZX,INCX,ZY,INCY)
10
11           INTEGER                         INCX,INCY,N
12
13           DOUBLE                          COMPLEX ZX(*),ZY(*)
14

PURPOSE

16          interchanges two vectors.
17          jack dongarra, 3/11/78.
18          modified 12/3/93, array(1) declarations changed to array(*)
19
20
21
22
23
24BLAS routine                     November 2006                        ZSWAP(1)
Impressum