NAG Library Routine Document
f08pkf
(dhsein)
1
Purpose
f08pkf (dhsein) computes selected left and/or right eigenvectors of a real upper Hessenberg matrix corresponding to specified eigenvalues, by inverse iteration.
2
Specification
Fortran Interface
Subroutine f08pkf ( |
job,
eigsrc,
initv,
select,
n,
h,
ldh,
wr,
wi,
vl,
ldvl,
vr,
ldvr,
mm,
m,
work,
ifaill,
ifailr,
info) |
Integer, Intent (In) | :: |
n,
ldh,
ldvl,
ldvr,
mm | Integer, Intent (Inout) | :: |
ifaill(*),
ifailr(*) | Integer, Intent (Out) | :: |
m,
info | Real (Kind=nag_wp), Intent (In) | :: |
h(ldh,*),
wi(*) | Real (Kind=nag_wp), Intent (Inout) | :: |
wr(*),
vl(ldvl,*),
vr(ldvr,*) | Real (Kind=nag_wp), Intent (Out) | :: |
work((n+2)*n) | Logical, Intent (Inout) | :: |
select(*) | Character (1), Intent (In) | :: |
job,
eigsrc,
initv |
|
C Header Interface
#include nagmk26.h
void |
f08pkf_ (
const char *job,
const char *eigsrc,
const char *initv,
logical sel[],
const Integer *n,
const double h[],
const Integer *ldh,
double wr[],
const double wi[],
double vl[],
const Integer *ldvl,
double vr[],
const Integer *ldvr,
const Integer *mm,
Integer *m,
double work[],
Integer ifaill[],
Integer ifailr[],
Integer *info,
const Charlen length_job,
const Charlen length_eigsrc,
const Charlen length_initv) |
|
The routine may be called by its
LAPACK
name dhsein.
3
Description
f08pkf (dhsein) computes left and/or right eigenvectors of a real upper Hessenberg matrix , corresponding to selected eigenvalues.
The right eigenvector
, and the left eigenvector
, corresponding to an eigenvalue
, are defined by:
Note that even though
is real,
,
and
may be complex. If
is an eigenvector corresponding to a complex eigenvalue
, then the complex conjugate vector
is the eigenvector corresponding to the complex conjugate eigenvalue
.
The eigenvectors are computed by inverse iteration. They are scaled so that, for a real eigenvector ,
,
and for a complex eigenvector,
.
If
has been formed by reduction of a real general matrix
to upper Hessenberg form, then the eigenvectors of
may be transformed to eigenvectors of
by a call to
f08ngf (dormhr).
4
References
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore
5
Arguments
- 1: – Character(1)Input
-
On entry: indicates whether left and/or right eigenvectors are to be computed.
- Only right eigenvectors are computed.
- Only left eigenvectors are computed.
- Both left and right eigenvectors are computed.
Constraint:
, or .
- 2: – Character(1)Input
-
On entry: indicates whether the eigenvalues of
(stored in
wr and
wi) were found using
f08pef (dhseqr).
- The eigenvalues of were found using f08pef (dhseqr); thus if has any zero subdiagonal elements (and so is block triangular), then the th eigenvalue can be assumed to be an eigenvalue of the block containing the th row/column. This property allows the routine to perform inverse iteration on just one diagonal block.
- No such assumption is made and the routine performs inverse iteration using the whole matrix.
Constraint:
or .
- 3: – Character(1)Input
-
On entry: indicates whether you are supplying initial estimates for the selected eigenvectors.
- No initial estimates are supplied.
- Initial estimates are supplied in vl and/or vr.
Constraint:
or .
- 4: – Logical arrayInput/Output
-
Note: the dimension of the array
select
must be at least
.
On entry: specifies which eigenvectors are to be computed. To obtain the real eigenvector corresponding to the real eigenvalue , must be set .TRUE.. To select the complex eigenvector corresponding to the complex eigenvalue with complex conjugate (), and/or must be set .TRUE.; the eigenvector corresponding to the first eigenvalue in the pair is computed.
On exit: if a complex eigenvector was selected as specified above, is set to .TRUE. and to .FALSE..
- 5: – IntegerInput
-
On entry: , the order of the matrix .
Constraint:
.
- 6: – Real (Kind=nag_wp) arrayInput
-
Note: the second dimension of the array
h
must be at least
.
On entry: the
by
upper Hessenberg matrix
. If a NaN is detected in
h, the routine will return with
.
Constraint:
No element of
h is equal to NaN.
- 7: – IntegerInput
-
On entry: the first dimension of the array
h as declared in the (sub)program from which
f08pkf (dhsein) is called.
Constraint:
.
- 8: – Real (Kind=nag_wp) arrayInput/Output
- 9: – Real (Kind=nag_wp) arrayInput
-
Note: the dimension of the arrays
wr and
wi
must be at least
.
On entry: the real and imaginary parts, respectively, of the eigenvalues of the matrix
. Complex conjugate pairs of values must be stored in consecutive elements of the arrays. If
, the arrays
must be exactly as returned by
f08pef (dhseqr).
On exit: some elements of
wr may be modified, as close eigenvalues are perturbed slightly in searching for independent eigenvectors.
- 10: – Real (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
vl
must be at least
if
or
and at least
if
.
On entry: if
and
or
,
vl must contain starting vectors for inverse iteration for the left eigenvectors. Each starting vector must be stored in the same column or columns as will be used to store the corresponding eigenvector (see below).
If
,
vl need not be set.
On exit: if
or
,
vl contains the computed left eigenvectors (as specified by
select). The eigenvectors are stored consecutively in the columns of the array, in the same order as their eigenvalues. Corresponding to each selected real eigenvalue is a real eigenvector, occupying one column. Corresponding to each selected complex eigenvalue is a complex eigenvector, occupying two columns: the first column holds the real part and the second column holds the imaginary part.
If
,
vl is not referenced.
- 11: – IntegerInput
-
On entry: the first dimension of the array
vl as declared in the (sub)program from which
f08pkf (dhsein) is called.
Constraints:
- if or , ;
- if , .
- 12: – Real (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
vr
must be at least
if
or
and at least
if
.
On entry: if
and
or
,
vr must contain starting vectors for inverse iteration for the right eigenvectors. Each starting vector must be stored in the same column or columns as will be used to store the corresponding eigenvector (see below).
If
,
vr need not be set.
On exit: if
or
,
vr contains the computed right eigenvectors (as specified by
select). The eigenvectors are stored consecutively in the columns of the array, in the same order as their eigenvalues. Corresponding to each selected real eigenvalue is a real eigenvector, occupying one column. Corresponding to each selected complex eigenvalue is a complex eigenvector, occupying two columns: the first column holds the real part and the second column holds the imaginary part.
If
,
vr is not referenced.
- 13: – IntegerInput
-
On entry: the first dimension of the array
vr as declared in the (sub)program from which
f08pkf (dhsein) is called.
Constraints:
- if or , ;
- if , .
- 14: – IntegerInput
-
On entry: the number of columns in the arrays
vl and/or
vr . The actual number of columns required,
, is obtained by counting
for each selected real eigenvector and
for each selected complex eigenvector (see
select);
.
Constraint:
.
- 15: – IntegerOutput
-
On exit:
, the number of columns of
vl and/or
vr required to store the selected eigenvectors.
- 16: – Real (Kind=nag_wp) arrayWorkspace
-
- 17: – Integer arrayOutput
-
Note: the dimension of the array
ifaill
must be at least
if
or
and at least
if
.
On exit: if
or
, then
if the selected left eigenvector converged and
if the eigenvector stored in the
th column of
vl (corresponding to the
th eigenvalue as held in
failed to converge. If the
th and
th columns of
vl contain a selected complex eigenvector, then
and
are set to the same value.
If
,
ifaill is not referenced.
- 18: – Integer arrayOutput
-
Note: the dimension of the array
ifailr
must be at least
if
or
and at least
if
.
On exit: if
or
, then
if the selected right eigenvector converged and
if the eigenvector stored in the
th row or column of
vr (corresponding to the
th eigenvalue as held in
) failed to converge. If the
th and
th rows or columns of
vr contain a selected complex eigenvector, then
and
are set to the same value.
If
,
ifailr is not referenced.
- 19: – IntegerOutput
On exit:
unless the routine detects an error (see
Section 6).
6
Error Indicators and Warnings
-
If , argument had an illegal value. An explanatory message is output, and execution of the program is terminated.
-
If
, then
eigenvectors (as indicated by the arguments
ifaill and/or
ifailr above) failed to converge. The corresponding columns of
vl and/or
vr contain no useful information.
7
Accuracy
Each computed right eigenvector
is the exact eigenvector of a nearby matrix
, such that
. Hence the residual is small:
However, eigenvectors corresponding to close or coincident eigenvalues may not accurately span the relevant subspaces.
Similar remarks apply to computed left eigenvectors.
8
Parallelism and Performance
f08pkf (dhsein) is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
f08pkf (dhsein) makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The complex analogue of this routine is
f08pxf (zhsein).
10
Example
See
Section 10 in
f08ngf (dormhr).