|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Go to the source code of this file.
Functions | |
| subroutine | zposvx (FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO) |
| subroutine zposvx | ( | character | FACT, |
| character | UPLO, | ||
| integer | N, | ||
| integer | NRHS, | ||
| complex*16, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| complex*16, dimension( ldaf, * ) | AF, | ||
| integer | LDAF, | ||
| character | EQUED, | ||
| double precision, dimension( * ) | S, | ||
| complex*16, dimension( ldb, * ) | B, | ||
| integer | LDB, | ||
| complex*16, dimension( ldx, * ) | X, | ||
| integer | LDX, | ||
| double precision | RCOND, | ||
| double precision, dimension( * ) | FERR, | ||
| double precision, dimension( * ) | BERR, | ||
| complex*16, dimension( * ) | WORK, | ||
| double precision, dimension( * ) | RWORK, | ||
| integer | INFO | ||
| ) |