|
subroutine | zgemv (trans, m, n, alpha, a, lda, x, incx, beta, y, incy) |
|
Definition at line 32 of file blas.f90.
◆ zgemv()
subroutine blas::zgemv::zgemv |
( |
character, intent(in) | trans, |
|
|
integer(int32), intent(in) | m, |
|
|
integer(int32), intent(in) | n, |
|
|
complex(real64), intent(in) | alpha, |
|
|
complex(real64), dimension(lda,*), intent(in) | a, |
|
|
integer(int32), intent(in) | lda, |
|
|
complex(real64), dimension(*), intent(in) | x, |
|
|
integer(int32), intent(in) | incx, |
|
|
complex(real64), intent(in) | beta, |
|
|
complex(real64), dimension(*), intent(inout) | y, |
|
|
integer(int32), intent(in) | incy ) |
The documentation for this interface was generated from the following file: