KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | dhseqr (JOB, COMPZ, N, ILO, IHI, H, LDH, WR, WI, Z, LDZ, WORK, LWORK, INFO) |
subroutine dhseqr | ( | character | JOB, |
character | COMPZ, | ||
integer | N, | ||
integer | ILO, | ||
integer | IHI, | ||
double precision, dimension( ldh, * ) | H, | ||
integer | LDH, | ||
double precision, dimension( * ) | WR, | ||
double precision, dimension( * ) | WI, | ||
double precision, dimension( ldz, * ) | Z, | ||
integer | LDZ, | ||
double precision, dimension( * ) | WORK, | ||
integer | LWORK, | ||
integer | INFO | ||
) |