LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
trsm: triangular matrix-matrix solve
Collaboration diagram for trsm: triangular matrix-matrix solve:

Functions

subroutine ctrsm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 CTRSM More...
 
subroutine dtrsm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 DTRSM More...
 
subroutine strsm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 STRSM More...
 
subroutine ztrsm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)
 ZTRSM More...
 

Detailed Description