|
NAMEBLAS/SRC/zaxpy.f SYNOPSISFunctions/Subroutinessubroutine zaxpy (n, za, zx, incx, zy, incy)
Function/Subroutine Documentationsubroutine zaxpy (integer n, complex*16 za, complex*16, dimension(*) zx, integer incx, complex*16, dimension(*) zy, integer incy)ZAXPY Purpose:
Parameters N
ZA
ZX
INCX
ZY
INCY
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 87 of file zaxpy.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|