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

Functions

subroutine cposv (uplo, n, nrhs, a, lda, b, ldb, info)
  CPOSV computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine cposvx (fact, uplo, n, nrhs, a, lda, af, ldaf, equed, s, b, ldb, x, ldx, rcond, ferr, berr, work, rwork, info)
  CPOSVX computes the solution to system of linear equations A * X = B for PO matrices
 
subroutine cposvxx (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)
  CPOSVXX computes the solution to system of linear equations A * X = B for PO matrices
 

Detailed Description

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