LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
Collaboration diagram for double:

Functions

subroutine dposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
  DPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine dposvx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)
  DPOSVX computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine dposvxx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, S, B, LDB, X, LDX, RCOND, RPVGRW, BERR, N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK, INFO)
  DPOSVXX computes the solution to system of linear equations A * X = B for PO matrices More...
 
subroutine dsposv (UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK, SWORK, ITER, INFO)
  DSPOSV computes the solution to system of linear equations A * X = B for PO matrices More...
 

Detailed Description

This is the group of double solve driver functions for PO matrices