LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgesvxx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, rpvgrw, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, rwork, info) |
CGESVXX computes the solution to system of linear equations A * X = B for GE matrices | |
subroutine | dgesvxx (fact, trans, n, nrhs, a, lda, af, ldaf, 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) |
DGESVXX computes the solution to system of linear equations A * X = B for GE matrices | |
subroutine | sgesvxx (fact, trans, n, nrhs, a, lda, af, ldaf, 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) |
SGESVXX computes the solution to system of linear equations A * X = B for GE matrices | |
subroutine | zgesvxx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, rpvgrw, berr, n_err_bnds, err_bnds_norm, err_bnds_comp, nparams, params, work, rwork, info) |
ZGESVXX computes the solution to system of linear equations A * X = B for GE matrices | |