constant times a vector plus a vector. uses unrolled loops for increments equal to one. jack dongarra, linpack, 3/11/78.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | n | ||||
| double precision | :: | da | ||||
| double precision | :: | dx(*) | ||||
| integer | :: | incx | ||||
| double precision | :: | dy(*) | ||||
| integer | :: | incy |