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

NAME

6       CCOPY - CCOPY copie a vector x to a vector y
7

SYNOPSIS

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

PURPOSE

16          CCOPY copies a vector x to a vector y.
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                        CCOPY(1)
Impressum