![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | dgemm (transa, transb, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc) |
DGEMM | |
subroutine | dsymm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc) |
DSYMM | |
subroutine | dsyr2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc) |
DSYR2K | |
subroutine | dsyrk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc) |
DSYRK | |
subroutine | dtrmm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
DTRMM | |
subroutine | dtrsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) |
DTRSM | |
This is the group of double LEVEL 3 BLAS routines.