![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
subroutine zcopy | ( | integer | N, |
complex*16, dimension(*) | ZX, | ||
integer | INCX, | ||
complex*16, dimension(*) | ZY, | ||
integer | INCY | ||
) |
ZCOPY
ZCOPY copies a vector, x, to a vector, y.
jack dongarra, linpack, 4/11/78. modified 12/3/93, array(1) declarations changed to array(*)