ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | slaqr6 (JOB, WANTT, WANTZ, KACC22, N, KTOP, KBOT, NSHFTS, SR, SI, H, LDH, ILOZ, IHIZ, Z, LDZ, V, LDV, U, LDU, NV, WV, LDWV, NH, WH, LDWH) |
subroutine slaqr6 | ( | character | JOB, |
logical | WANTT, | ||
logical | WANTZ, | ||
integer | KACC22, | ||
integer | N, | ||
integer | KTOP, | ||
integer | KBOT, | ||
integer | NSHFTS, | ||
real, dimension( * ) | SR, | ||
real, dimension( * ) | SI, | ||
real, dimension( ldh, * ) | H, | ||
integer | LDH, | ||
integer | ILOZ, | ||
integer | IHIZ, | ||
real, dimension( ldz, * ) | Z, | ||
integer | LDZ, | ||
real, dimension( ldv, * ) | V, | ||
integer | LDV, | ||
real, dimension( ldu, * ) | U, | ||
integer | LDU, | ||
integer | NV, | ||
real, dimension( ldwv, * ) | WV, | ||
integer | LDWV, | ||
integer | NH, | ||
real, dimension( ldwh, * ) | WH, | ||
integer | LDWH | ||
) |