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

NAME

6       CSWAP - two vectors
7

SYNOPSIS

9       SUBROUTINE CSWAP(N,CX,INCX,CY,INCY)
10
11           INTEGER                         INCX,INCY,N
12
13           COMPLEX                         CX(*),CY(*)
14

PURPOSE

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