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

NAME

6       DCOPY - DCOPY copie a vector, x, to a vector, y
7

SYNOPSIS

9       SUBROUTINE DCOPY(N,DX,INCX,DY,INCY)
10
11           INTEGER                         INCX,INCY,N
12
13           DOUBLE                          PRECISION DX(*),DY(*)
14

PURPOSE

16          DCOPY copies a vector, x, to a vector, y.
17          uses unrolled loops for increments equal to one.
18
19

FURTHER DETAILS

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