BLAS/SRC/saxpy.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | SAXPY (N, SA, SX, INCX, SY, INCY) |
Function Documentation
| subroutine SAXPY |
( |
INTEGER |
N, |
|
|
REAL |
SA, |
|
|
REAL,dimension(*) |
SX, |
|
|
INTEGER |
INCX, |
|
|
REAL,dimension(*) |
SY, |
|
|
INTEGER |
INCY | |
|
) |
| | |