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

NAME

6       CSWAP - CSWAP interchange 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         CSWAP interchanges two vectors.
17
18

FURTHER DETAILS

20          jack dongarra, linpack, 3/11/78.
21          modified 12/3/93, array(1) declarations changed to array(*)
22
23
24
25
26BLAS routine                     November 2008                        CSWAP(1)
Impressum