LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
 
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
 
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
 
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
 

Detailed Description

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