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

Functions

subroutine sgemm (transa, transb, m, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
 SGEMM
 
subroutine ssymm (side, uplo, m, n, alpha, a, lda, b, ldb, beta, c, ldc)
 SSYMM
 
subroutine ssyr2k (uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc)
 SSYR2K
 
subroutine ssyrk (uplo, trans, n, k, alpha, a, lda, beta, c, ldc)
 SSYRK
 
subroutine strmm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 STRMM
 
subroutine strsm (side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb)
 STRSM
 

Detailed Description

This is the group of real LEVEL 3 BLAS routines.