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