LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
trmm: triangular matrix-matrix multiply
Collaboration diagram for trmm: triangular matrix-matrix multiply:

Functions

subroutine ctrmm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 CTRMM More...
 
subroutine dtrmm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 DTRMM More...
 
subroutine strmm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 STRMM More...
 
subroutine ztrmm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 ZTRMM More...
 

Detailed Description