LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for trtrs: triangular solve:

Functions

subroutine ctrtrs (UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, INFO)
 CTRTRS More...
 
subroutine dtrtrs (UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, INFO)
 DTRTRS More...
 
subroutine strtrs (UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, INFO)
 STRTRS More...
 
subroutine ztrtrs (UPLO, TRANS, DIAG, N, NRHS, A, LDA, B, LDB, INFO)
 ZTRTRS More...
 

Detailed Description