LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
real Other Solve Routines
Collaboration diagram for real Other Solve Routines:

Functions

subroutine sgglse (m, n, p, a, lda, b, ldb, c, d, x, work, lwork, info)
  SGGLSE solves overdetermined or underdetermined systems for OTHER matrices
 
subroutine spbsv (uplo, n, kd, nrhs, ab, ldab, b, ldb, info)
  SPBSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine spbsvx (fact, uplo, n, kd, nrhs, ab, ldab, afb, ldafb, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  SPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine sppsv (uplo, n, nrhs, ap, b, ldb, info)
  SPPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine sppsvx (fact, uplo, n, nrhs, ap, afp, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  SPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine sspsv (uplo, n, nrhs, ap, ipiv, b, ldb, info)
  SSPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine sspsvx (fact, uplo, n, nrhs, ap, afp, ipiv, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  SSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices
 

Detailed Description

This is the group of real Other Solve routines