![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | cpbsvx (fact, uplo, n, kd, nrhs, ab, ldab, afb, ldafb, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
| CPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
| subroutine | dpbsvx (fact, uplo, n, kd, nrhs, ab, ldab, afb, ldafb, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info) |
| DPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
| subroutine | spbsvx (fact, uplo, n, kd, nrhs, ab, ldab, afb, ldafb, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info) |
| SPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |
| subroutine | zpbsvx (fact, uplo, n, kd, nrhs, ab, ldab, afb, ldafb, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
| ZPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices | |