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