LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
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 More...
 
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 More...
 
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 More...
 
subroutine sppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  SPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
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 More...
 
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 More...
 
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 More...
 

Detailed Description

This is the group of real Other Solve routines