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

Functions

subroutine dgglse (M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, INFO)
  DGGLSE solves overdetermined or underdetermined systems for OTHER matrices More...
 
subroutine dpbsv (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)
  DPBSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dpbsvx (FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DPBSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  DPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dppsvx (FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DPPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)
  DSPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description

This is the group of double Other Solve routines