![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
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) | |
subroutine | sgbsvx (fact, trans, n, kl, ku, nrhs, ab, ldab, afb, ldafb, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info) |
SGBSVX computes the solution to system of linear equations A * X = B for GB matrices | |
subroutine | sgbsvxx (fact, trans, n, kl, ku, nrhs, ab, ldab, afb, ldafb, ipiv, equed, r, c, b, ldb, x, ldx, rcond, rpvgrw, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, iwork, info) |
SGBSVXX computes the solution to system of linear equations A * X = B for GB matrices | |
This is the group of real solve driver functions for GB matrices