|
subroutine | saxpy (N, A, X, INCX, Y, INCY) |
|
Definition at line 69 of file blas.f90.
subroutine blas::SAXPY::saxpy |
( |
integer(intg), intent(in) |
N, |
|
|
real(sp), intent(in) |
A, |
|
|
real(sp), dimension(*), intent(in) |
X, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(sp), dimension(*), intent(out) |
Y, |
|
|
integer(intg), intent(in) |
INCY |
|
) |
| |