|
NAMESRC/zlaein.f SYNOPSISFunctions/Subroutinessubroutine zlaein (rightv, noinit, n, h, ldh, w, v, b, ldb,
rwork, eps3, smlnum, info)
Function/Subroutine Documentationsubroutine zlaein (logical rightv, logical noinit, integer n, complex*16, dimension( ldh, * ) h, integer ldh, complex*16 w, complex*16, dimension( * ) v, complex*16, dimension( ldb, * ) b, integer ldb, double precision, dimension( * ) rwork, double precision eps3, double precision smlnum, integer info)ZLAEIN computes a specified right or left eigenvector of an upper Hessenberg matrix by inverse iteration. Purpose:
Parameters RIGHTV
NOINIT
N
H
LDH
W
V
B
LDB
RWORK
EPS3
SMLNUM
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 147 of file zlaein.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|