ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pclatms (M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX, KL, KU, PACK, A, IA, JA, DESCA, ORDER, WORK, LWORK, INFO) |
subroutine pclatms | ( | 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, | ||
complex, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
integer | ORDER, | ||
complex, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |