LAPACK 3.3.1
Linear Algebra PACKage

dhst01.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dhst01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions