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::zgbmv Interface Reference

Public Member Functions

subroutine zgbmv (trans, m, n, kl, ku, alpha, a, lda, x, incx, beta, y, incy)
 

Detailed Description

Definition at line 102 of file blas.f90.

Constructor & Destructor Documentation

◆ zgbmv()

subroutine blas::zgbmv::zgbmv ( character, intent(in) trans,
integer(int32), intent(in) m,
integer(int32), intent(in) n,
integer(int32), intent(in) kl,
integer(int32), intent(in) ku,
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 102 of file blas.f90.


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