ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
program | pdqrdriver |
subroutine | pdqppiv (M, N, A, IA, JA, DESCA, IPIV) |
subroutine pdqppiv | ( | integer | M, |
integer | N, | ||
double precision, dimension( * ) | A, | ||
integer | IA, | ||
integer | JA, | ||
integer, dimension( * ) | DESCA, | ||
integer, dimension( * ) | IPIV | ||
) |
Definition at line 868 of file pdqrdriver.f.
program pdqrdriver | ( | ) |