LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
Collaboration diagram for complex:

Functions

subroutine cgels (TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, INFO)
  CGELS solves overdetermined or underdetermined systems for GE matrices More...
 
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 More...
 
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 More...
 
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 More...
 
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) More...
 
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 More...
 
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 More...
 
subroutine cgelsx (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, RWORK, INFO)
  CGELSX solves overdetermined or underdetermined systems for GE matrices More...
 

Detailed Description

This is the group of complex solve driver functions for GE matrices