|
NAMESRC/claein.f SYNOPSISFunctions/Subroutinessubroutine claein (rightv, noinit, n, h, ldh, w, v, b, ldb,
rwork, eps3, smlnum, info)
Function/Subroutine Documentationsubroutine claein (logical rightv, logical noinit, integer n, complex, dimension( ldh, * ) h, integer ldh, complex w, complex, dimension( * ) v, complex, dimension( ldb, * ) b, integer ldb, real, dimension( * ) rwork, real eps3, real smlnum, integer info)CLAEIN 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 claein.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|