![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | zgelsx (m, n, nrhs, a, lda, b, ldb, jpvt, rcond, rank, work, rwork, info) |
ZGELSX solves overdetermined or underdetermined systems for GE matrices | |
subroutine | zcgesv (n, nrhs, a, lda, ipiv, b, ldb, x, ldx, work, swork, rwork, iter, info) |
ZCGESV computes the solution to system of linear equations A * X = B for GE matrices (mixed precision with iterative refinement) | |
subroutine | zgels (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
ZGELS solves overdetermined or underdetermined systems for GE matrices | |
subroutine | zgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, iwork, info) |
ZGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |
subroutine | zgelss (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, info) |
ZGELSS solves overdetermined or underdetermined systems for GE matrices | |
subroutine | zgelst (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
ZGELST solves overdetermined or underdetermined systems for GE matrices using QR or LQ factorization with compact WY representation of Q. | |
subroutine | zgelsy (m, n, nrhs, a, lda, b, ldb, jpvt, rcond, rank, work, lwork, rwork, info) |
ZGELSY solves overdetermined or underdetermined systems for GE matrices | |
subroutine | zgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
ZGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) | |
subroutine | zgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
ZGESVX 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 | |
subroutine | zgetsls (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
ZGETSLS | |
This is the group of complex16 solve driver functions for GE matrices