LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for complex16:

Functions

subroutine zgbmv (trans, m, n, kl, ku, alpha, a, lda, x, incx, beta, y, incy)
 ZGBMV
 
subroutine zgemv (trans, m, n, alpha, a, lda, x, incx, beta, y, incy)
 ZGEMV
 
subroutine zgerc (m, n, alpha, x, incx, y, incy, a, lda)
 ZGERC
 
subroutine zgeru (m, n, alpha, x, incx, y, incy, a, lda)
 ZGERU
 
subroutine zhbmv (uplo, n, k, alpha, a, lda, x, incx, beta, y, incy)
 ZHBMV
 
subroutine zhemv (uplo, n, alpha, a, lda, x, incx, beta, y, incy)
 ZHEMV
 
subroutine zher (uplo, n, alpha, x, incx, a, lda)
 ZHER
 
subroutine zher2 (uplo, n, alpha, x, incx, y, incy, a, lda)
 ZHER2
 
subroutine zhpmv (uplo, n, alpha, ap, x, incx, beta, y, incy)
 ZHPMV
 
subroutine zhpr (uplo, n, alpha, x, incx, ap)
 ZHPR
 
subroutine zhpr2 (uplo, n, alpha, x, incx, y, incy, ap)
 ZHPR2
 
subroutine ztbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 ZTBMV
 
subroutine ztbsv (uplo, trans, diag, n, k, a, lda, x, incx)
 ZTBSV
 
subroutine ztpmv (uplo, trans, diag, n, ap, x, incx)
 ZTPMV
 
subroutine ztpsv (uplo, trans, diag, n, ap, x, incx)
 ZTPSV
 
subroutine ztrmv (uplo, trans, diag, n, a, lda, x, incx)
 ZTRMV
 
subroutine ztrsv (uplo, trans, diag, n, a, lda, x, incx)
 ZTRSV
 

Detailed Description

This is the group of complex16 LEVEL 2 BLAS routines.