|
subroutine | sgemv (TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY) |
|
Definition at line 199 of file blas.f90.
subroutine blas::SGEMV::sgemv |
( |
character(len=1), intent(in) |
TRANS, |
|
|
integer(intg), intent(in) |
M, |
|
|
integer(intg), intent(in) |
N, |
|
|
real(sp), intent(in) |
ALPHA, |
|
|
real(sp), dimension(lda,*), intent(in) |
A, |
|
|
integer(intg), intent(in) |
LDA, |
|
|
real(sp), dimension(*), intent(in) |
X, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(sp), intent(in) |
BETA, |
|
|
real(sp), dimension(*), intent(inout) |
Y, |
|
|
integer(intg), intent(in) |
INCY |
|
) |
| |