DragonFly On-Line Manual Pages
zcopy.f(3) LAPACK zcopy.f(3)
NAME
zcopy.f -
SYNOPSIS
Functions/Subroutines
subroutine zcopy (N, ZX, INCX, ZY, INCY)
ZCOPY
Function/Subroutine Documentation
subroutine zcopy (integerN, complex*16, dimension(*)ZX, integerINCX,
complex*16, dimension(*)ZY, integerINCY)
ZCOPY Purpose:
ZCOPY copies a vector, x, to a vector, y.
Author:
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
November 2011
Further Details:
jack dongarra, linpack, 4/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
Definition at line 51 of file zcopy.f.
Author
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.4.2 Sat Nov 16 2013 zcopy.f(3)