LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for trtrs: triangular solve:

Functions

subroutine ctrtrs (uplo, trans, diag, n, nrhs, a, lda, b, ldb, info)
 CTRTRS
 
subroutine dtrtrs (uplo, trans, diag, n, nrhs, a, lda, b, ldb, info)
 DTRTRS
 
subroutine strtrs (uplo, trans, diag, n, nrhs, a, lda, b, ldb, info)
 STRTRS
 
subroutine ztrtrs (uplo, trans, diag, n, nrhs, a, lda, b, ldb, info)
 ZTRTRS
 

Detailed Description