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

Functions

subroutine zcposv (uplo, n, nrhs, a, lda, b, ldb, x, ldx, work, swork, rwork, iter, info)
  ZCPOSV computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine zposv (uplo, n, nrhs, a, lda, b, ldb, info)
  ZPOSV computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine zposvx (fact, uplo, n, nrhs, a, lda, af, ldaf, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  ZPOSVX computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine zposvxx (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, rwork, info)
  ZPOSVXX computes the solution to system of linear equations A * X = B for PO matrices
 

Detailed Description

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