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

NAME

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

SYNOPSIS

9       SUBROUTINE SCOPY(N,SX,INCX,SY,INCY)
10
11           INTEGER                         INCX,INCY,N
12
13           REAL                            SX(*),SY(*)
14

PURPOSE

16          SCOPY copies a vector, x, to a vector, y.
17          uses unrolled loops for increments equal to 1.
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                        SCOPY(1)
Impressum