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