![]() |
LAPACK
3.6.0
LAPACK: Linear Algebra PACKage
|
subroutine daxpy | ( | integer | N, |
double precision | DA, | ||
double precision, dimension(*) | DX, | ||
integer | INCX, | ||
double precision, dimension(*) | DY, | ||
integer | INCY | ||
) |
DAXPY
DAXPY constant times a vector plus a vector. uses unrolled loops for increments equal to one.
jack dongarra, linpack, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*)