daxpy Subroutine

subroutine daxpy(n, da, dx, incx, dy, incy)

Arguments

Type IntentOptional Attributes Name
integer :: n
double precision :: da
double precision :: dx(1)
integer :: incx
double precision :: dy(1)
integer :: incy