linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
blas::zgemv Interface Reference

Public Member Functions

subroutine zgemv (trans, m, n, alpha, a, lda, x, incx, beta, y, incy)
 

Detailed Description

Definition at line 32 of file blas.f90.

Constructor & Destructor Documentation

◆ 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 )

Definition at line 32 of file blas.f90.


The documentation for this interface was generated from the following file: