LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for getrs: triangular solve using factor:

Functions

subroutine cgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 CGETRS More...
 
subroutine dgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 DGETRS More...
 
subroutine sgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 SGETRS More...
 
subroutine zgetrs (TRANS, N, NRHS, A, LDA, IPIV, B, LDB, INFO)
 ZGETRS More...
 

Detailed Description