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

Detailed Description

This is the group of double Other Solve routines