ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | psstedc (COMPZ, N, D, E, Q, IQ, JQ, DESCQ, WORK, LWORK, IWORK, LIWORK, INFO) |
subroutine psstedc | ( | character | COMPZ, |
integer | N, | ||
real, dimension( * ) | D, | ||
real, dimension( * ) | E, | ||
real, dimension( * ) | Q, | ||
integer | IQ, | ||
integer | JQ, | ||
integer, dimension( * ) | DESCQ, | ||
real, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer | INFO | ||
) |