LAPACK 3.3.1
Linear Algebra PACKage

zhseqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZHSEQR (JOB, COMPZ, N, ILO, IHI, H, LDH, W, Z, LDZ, WORK, LWORK, INFO)

Function Documentation

subroutine ZHSEQR ( CHARACTER  JOB,
CHARACTER  COMPZ,
INTEGER  N,
INTEGER  ILO,
INTEGER  IHI,
COMPLEX*16,dimension( ldh, * )  H,
INTEGER  LDH,
COMPLEX*16,dimension( * )  W,
COMPLEX*16,dimension( ldz, * )  Z,
INTEGER  LDZ,
COMPLEX*16,dimension( * )  WORK,
INTEGER  LWORK,
INTEGER  INFO 
)

Definition at line 1 of file zhseqr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions