![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
subroutine zaxpy | ( | integer | N, |
complex*16 | ZA, | ||
complex*16, dimension(*) | ZX, | ||
integer | INCX, | ||
complex*16, dimension(*) | ZY, | ||
integer | INCY | ||
) |
ZAXPY
ZAXPY constant times a vector plus a vector.
jack dongarra, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*)