![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgbsv (N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO) |
CGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver) More... | |
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... | |
subroutine | sgbsv (N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO) |
SGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver) More... | |
subroutine | zgbsv (N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, INFO) |
ZGBSV computes the solution to system of linear equations A * X = B for GB matrices (simple driver) More... | |