ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pclapiv (DIREC, ROWCOL, PIVROC, M, N, A, IA, JA, DESCA, IPIV, IP, JP, DESCIP, IWORK) |
subroutine pclapiv | ( | character*1 | DIREC, |
character*1 | ROWCOL, | ||
character*1 | PIVROC, | ||
integer | M, | ||
integer | N, | ||
complex, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
integer, dimension( * ) | IPIV, | ||
integer | IP, | ||
integer | JP, | ||
integer, dimension( * ) | DESCIP, | ||
integer, dimension( * ) | IWORK | ||
) |