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

Detailed Description

This is the group of complex Other Solve routines