|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Go to the source code of this file.
Functions | |
| subroutine | cpocon (UPLO, N, A, LDA, ANORM, RCOND, WORK, RWORK, INFO) |
| subroutine cpocon | ( | character | UPLO, |
| integer | N, | ||
| complex, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| real | ANORM, | ||
| real | RCOND, | ||
| complex, dimension( * ) | WORK, | ||
| real, dimension( * ) | RWORK, | ||
| integer | INFO | ||
| ) |