Go to the source code of this file.
Functions/Subroutines |
subroutine | DAXPY (N, DA, DX, INCX, DY, INCY) |
Function Documentation
subroutine DAXPY |
( |
INTEGER |
N, |
|
|
DOUBLE PRECISION |
DA, |
|
|
DOUBLE PRECISION,dimension(*) |
DX, |
|
|
INTEGER |
INCX, |
|
|
DOUBLE PRECISION,dimension(*) |
DY, |
|
|
INTEGER |
INCY |
|
) |
| |