LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
complex Other Solve Routines
Collaboration diagram for complex Other Solve Routines:

Functions

subroutine cgglse (M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, INFO)
  CGGLSE solves overdetermined or underdetermined systems for OTHER matrices More...
 
subroutine chpsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  CHPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine chpsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CHPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  CPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cpbsvx (FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  CPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  CSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine cspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  CSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description

This is the group of complex Other Solve routines