LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for pbsv: factor and solve:

Functions

subroutine cpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  CPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  DPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine spbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  SPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  ZPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description