Scroll to navigation

ZCOPY(1) BLAS routine ZCOPY(1)

NAME

ZCOPY - ZCOPY copie a vector, x, to a vector, y

SYNOPSIS

INTEGER INCX,INCY,N DOUBLE COMPLEX ZX(*),ZY(*)

PURPOSE


ZCOPY copies a vector, x, to a vector, y.

FURTHER DETAILS


jack dongarra, linpack, 4/11/78.
modified 12/3/93, array(1) declarations changed to array(*)

November 2008 BLAS routine