LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
dgbsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dgbsv (N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO)
  DGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver) More...
 
dgbtrf
subroutine dgbtrf(M, N, KL, KU, AB, LDAB, IPIV, INFO)
DGBTRF
Definition: dgbtrf.f:146
dgbtrs
subroutine dgbtrs(TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO)
DGBTRS
Definition: dgbtrs.f:140
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62