|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
Go to the source code of this file.
Functions | |
| subroutine | slatms (M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, KL, KU, PACK, A, LDA, WORK, INFO) |
| subroutine slatms | ( | integer | M, |
| integer | N, | ||
| character | DIST, | ||
| integer, dimension( 4 ) | ISEED, | ||
| character | SYM, | ||
| real, dimension( * ) | D, | ||
| integer | MODE, | ||
| real | COND, | ||
| real | DMAX, | ||
| integer | KL, | ||
| integer | KU, | ||
| character | PACK, | ||
| real, dimension( lda, * ) | A, | ||
| integer | LDA, | ||
| real, dimension( * ) | WORK, | ||
| integer | INFO | ||
| ) |