table of contents
SCOPY(1) | BLAS routine | SCOPY(1) |
NAME¶
SCOPY - SCOPY copie a vector, x, to a vector, y
SYNOPSIS¶
INTEGER INCX,INCY,N REAL SX(*),SY(*)
PURPOSE¶
SCOPY copies a vector, x, to a vector, y.
uses unrolled loops for increments equal to 1.
FURTHER DETAILS¶
jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
November 2008 | BLAS routine |