LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
 
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
 
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
 
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
 
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
 
subroutine zppsv (uplo, n, nrhs, ap, b, ldb, info)
  ZPPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
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
 
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
 
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
 

Detailed Description

This is the group of complex16 Other Solve routines