LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for real:

Functions

subroutine sposv (uplo, n, nrhs, a, lda, b, ldb, info)
  SPOSV computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine sposvx (fact, uplo, n, nrhs, a, lda, af, ldaf, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, iwork, info)
  SPOSVX computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine sposvxx (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)
  SPOSVXX computes the solution to system of linear equations A * X = B for PO matrices
 

Detailed Description

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