ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dstegr2b (JOBZ, N, D, E, M, W, Z, LDZ, NZC, ISUPPZ, WORK, LWORK, IWORK, LIWORK, DOL, DOU, NEEDIL, NEEDIU, INDWLC, PIVMIN, SCALE, WL, WU, VSTART, FINISH, MAXCLS, NDEPTH, PARITY, ZOFFSET, INFO) |
subroutine dstegr2b | ( | character | JOBZ, |
integer | N, | ||
double precision, dimension( * ) | D, | ||
double precision, dimension( * ) | E, | ||
integer | M, | ||
double precision, dimension( * ) | W, | ||
double precision, dimension( ldz, * ) | Z, | ||
integer | LDZ, | ||
integer | NZC, | ||
integer, dimension( * ) | ISUPPZ, | ||
double precision, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer, dimension( * ) | IWORK, | ||
integer | LIWORK, | ||
integer | DOL, | ||
integer | DOU, | ||
integer | NEEDIL, | ||
integer | NEEDIU, | ||
integer | INDWLC, | ||
double precision | PIVMIN, | ||
double precision | SCALE, | ||
double precision | WL, | ||
double precision | WU, | ||
logical | VSTART, | ||
logical | FINISH, | ||
integer | MAXCLS, | ||
integer | NDEPTH, | ||
integer | PARITY, | ||
integer | ZOFFSET, | ||
integer | INFO | ||
) |
Definition at line 7 of file dstegr2b.f.