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

Functions

subroutine zgglse (M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, INFO)
  ZGGLSE solves overdetermined or underdetermined systems for OTHER matrices More...
 
subroutine zhpsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  ZHPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zhpsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZHPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  ZPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zpbsvx (FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  ZPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  ZSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)
  ZSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description

This is the group of complex16 Other Solve routines