|
NAMETESTING/EIG/zhst01.f SYNOPSISFunctions/Subroutinessubroutine zhst01 (n, ilo, ihi, a, lda, h, ldh, q, ldq,
work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine 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)ZHST01 Purpose:
Parameters N
ILO
IHI
A
LDA
H
LDH
Q
LDQ
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 138 of file zhst01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|