![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgemm (transa, transb, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc) |
CGEMM | |
subroutine | chemm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc) |
CHEMM | |
subroutine | cher2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc) |
CHER2K | |
subroutine | cherk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc) |
CHERK | |
subroutine | csymm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc) |
CSYMM | |
subroutine | csyr2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc) |
CSYR2K | |
subroutine | csyrk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc) |
CSYRK | |
subroutine | ctrmm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
CTRMM | |
subroutine | ctrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
CTRSM | |
This is the group of complex LEVEL 3 BLAS routines.