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

NAME

6       DCOPY - 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          copies a vector, x, to a vector, y.
17          uses unrolled loops for increments equal to one.
18          jack dongarra, linpack, 3/11/78.
19          modified 12/3/93, array(1) declarations changed to array(*)
20
21
22
23
24
25BLAS routine                     November 2006                        DCOPY(1)
Impressum