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

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 More...
 
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) More...
 
subroutine zgels (TRANS, M, N, NRHS, A, LDA, B, LDB, WORK, LWORK, INFO)
  ZGELS solves overdetermined or underdetermined systems for GE matrices More...
 
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 More...
 
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 More...
 
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 More...
 
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) More...
 
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 More...
 
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 More...
 

Detailed Description

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