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

Functions

subroutine zgemm (transa, transb, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
 ZGEMM
 
subroutine zhemm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc)
 ZHEMM
 
subroutine zher2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
 ZHER2K
 
subroutine zherk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc)
 ZHERK
 
subroutine zsymm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc)
 ZSYMM
 
subroutine zsyr2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
 ZSYR2K
 
subroutine zsyrk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc)
 ZSYRK
 
subroutine ztrmm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 ZTRMM
 
subroutine ztrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 ZTRSM
 

Detailed Description

This is the group of complex16 LEVEL 3 BLAS routines.