![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgels (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
CGELS solves overdetermined or underdetermined systems for GE matrices | |
subroutine | cgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, iwork, info) |
CGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |
subroutine | cgelss (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, info) |
CGELSS solves overdetermined or underdetermined systems for GE matrices | |
subroutine | cgelst (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
CGELST solves overdetermined or underdetermined systems for GE matrices using QR or LQ factorization with compact WY representation of Q. | |
subroutine | cgelsy (m, n, nrhs, a, lda, b, ldb, jpvt, rcond, rank, work, lwork, rwork, info) |
CGELSY solves overdetermined or underdetermined systems for GE matrices | |
subroutine | cgesv (n, nrhs, a, lda, ipiv, b, ldb, info) |
CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver) | |
subroutine | cgesvx (fact, trans, n, nrhs, a, lda, af, ldaf, ipiv, equed, r, c, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info) |
CGESVX computes the solution to system of linear equations A * X = B for GE matrices | |
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 | cgetsls (trans, m, n, nrhs, a, lda, b, ldb, work, lwork, info) |
CGETSLS | |
subroutine | cgelsx (m, n, nrhs, a, lda, b, ldb, jpvt, rcond, rank, work, rwork, info) |
CGELSX solves overdetermined or underdetermined systems for GE matrices | |
This is the group of complex solve driver functions for GE matrices