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

Functions

subroutine cpbtrs (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
 CPBTRS More...
 
subroutine dpbtrs (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
 DPBTRS More...
 
subroutine spbtrs (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
 SPBTRS More...
 
subroutine zpbtrs (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
 ZPBTRS More...
 

Detailed Description