LAPACK 3.3.1
Linear Algebra PACKage

zhst01.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZHST01 (N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK, LWORK, RWORK, RESULT)

Function Documentation

subroutine ZHST01 ( INTEGER  N,
INTEGER  ILO,
INTEGER  IHI,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX*16,dimension( ldh, * )  H,
INTEGER  LDH,
COMPLEX*16,dimension( ldq, * )  Q,
INTEGER  LDQ,
COMPLEX*16,dimension( lwork )  WORK,
INTEGER  LWORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION,dimension( 2 )  RESULT 
)

Definition at line 1 of file zhst01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions