LAPACK 3.3.1
Linear Algebra PACKage

dlahqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLAHQR (WANTT, WANTZ, N, ILO, IHI, H, LDH, WR, WI, ILOZ, IHIZ, Z, LDZ, INFO)

Function Documentation

subroutine DLAHQR ( LOGICAL  WANTT,
LOGICAL  WANTZ,
INTEGER  N,
INTEGER  ILO,
INTEGER  IHI,
DOUBLE PRECISION,dimension( ldh, * )  H,
INTEGER  LDH,
DOUBLE PRECISION,dimension( * )  WR,
DOUBLE PRECISION,dimension( * )  WI,
INTEGER  ILOZ,
INTEGER  IHIZ,
DOUBLE PRECISION,dimension( ldz, * )  Z,
INTEGER  LDZ,
INTEGER  INFO 
)

Definition at line 1 of file dlahqr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions