LAPACK  3.7.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
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 More...
 
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 More...
 
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 More...
 

Detailed Description

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