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

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
 

Detailed Description

This is the group of double LEVEL 3 BLAS routines.