LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
tfsm: triangular-matrix solve, RFP format
Collaboration diagram for tfsm: triangular-matrix solve, RFP format:

Functions

subroutine ctfsm (TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, B, LDB)
 CTFSM solves a matrix equation (one operand is a triangular matrix in RFP format). More...
 
subroutine dtfsm (TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, B, LDB)
 DTFSM solves a matrix equation (one operand is a triangular matrix in RFP format). More...
 
subroutine stfsm (TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, B, LDB)
 STFSM solves a matrix equation (one operand is a triangular matrix in RFP format). More...
 
subroutine ztfsm (TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, B, LDB)
 ZTFSM solves a matrix equation (one operand is a triangular matrix in RFP format). More...
 

Detailed Description