PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
cposvx.f File Reference

Go to the source code of this file.

Functions

subroutine cposvx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO)

Function Documentation

subroutine cposvx ( character  FACT,
character  UPLO,
integer  N,
integer  NRHS,
complex, dimension( lda, * )  A,
integer  LDA,
complex, dimension( ldaf, * )  AF,
integer  LDAF,
character  EQUED,
real, dimension( * )  S,
complex, dimension( ldb, * )  B,
integer  LDB,
complex, dimension( ldx, * )  X,
integer  LDX,
real  RCOND,
real, dimension( * )  FERR,
real, dimension( * )  BERR,
complex, dimension( * )  WORK,
real, dimension( * )  RWORK,
integer  INFO 
)

Definition at line 1 of file cposvx.f.

References clanhe(), claqhe(), cpocon(), cpoequ(), cporfs(), max, min, plasma_c::plasma_cpotrf(), plasma_c::plasma_cpotrs(), uplo, and xerbla().

Here is the call graph for this function:

Here is the caller graph for this function: