table of contents
CCOPY(1) | BLAS routine | CCOPY(1) |
NAME¶
CCOPY - CCOPY copie a vector x to a vector y
SYNOPSIS¶
INTEGER INCX,INCY,N COMPLEX CX(*),CY(*)
PURPOSE¶
CCOPY copies a vector x to a vector y.
FURTHER DETAILS¶
jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
November 2008 | BLAS routine |