![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaein.f SYNOPSISFunctions/Subroutinessubroutine dlaein (rightv, noinit, n, h, ldh, wr, wi, vr,
vi, b, ldb, work, eps3, smlnum, bignum, info)
Function/Subroutine Documentationsubroutine dlaein (logical rightv, logical noinit, integer n, double precision, dimension( ldh, * ) h, integer ldh, double precision wr, double precision wi, double precision, dimension( * ) vr, double precision, dimension( * ) vi, double precision, dimension( ldb, * ) b, integer ldb, double precision, dimension( * ) work, double precision eps3, double precision smlnum, double precision bignum, integer info)DLAEIN computes a specified right or left eigenvector of an upper Hessenberg matrix by inverse iteration. Purpose:
Parameters RIGHTV
NOINIT
N
H
LDH
WR
WI
VR
VI
B
LDB
WORK
EPS3
SMLNUM
BIGNUM
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 170 of file dlaein.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|