|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Go to the source code of this file.
Functions | |
| subroutine | cqrt15 (SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S, RANK, NORMA, NORMB, ISEED, WORK, LWORK) |
| subroutine cqrt15 | ( | integer | SCALE, |
| integer | RKSEL, | ||
| integer | M, | ||
| integer | N, | ||
| integer | NRHS, | ||
| complex, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| complex, dimension( ldb, * ) | B, | ||
| integer | LDB, | ||
| real, dimension( * ) | S, | ||
| integer | RANK, | ||
| real | NORMA, | ||
| real | NORMB, | ||
| integer, dimension( 4 ) | ISEED, | ||
| complex, dimension( lwork ) | WORK, | ||
| integer | LWORK | ||
| ) |