NAG Library Routine Document
f08wpf
(zggevx)
1
Purpose
f08wpf (zggevx) computes for a pair of by complex nonsymmetric matrices the generalized eigenvalues and, optionally, the left and/or right generalized eigenvectors using the algorithm.
Optionally it also computes a balancing transformation to improve the conditioning of the eigenvalues and eigenvectors, reciprocal condition numbers for the eigenvalues, and reciprocal condition numbers for the right eigenvectors.
2
Specification
Fortran Interface
Subroutine f08wpf ( |
balanc,
jobvl,
jobvr,
sense,
n,
a,
lda,
b,
ldb,
alpha,
beta,
vl,
ldvl,
vr,
ldvr,
ilo,
ihi,
lscale,
rscale,
abnrm,
bbnrm,
rconde,
rcondv,
work,
lwork,
rwork,
iwork,
bwork,
info) |
Integer, Intent (In) | :: |
n,
lda,
ldb,
ldvl,
ldvr,
lwork | Integer, Intent (Inout) | :: |
iwork(*) | Integer, Intent (Out) | :: |
ilo,
ihi,
info | Real (Kind=nag_wp), Intent (Inout) | :: |
rconde(*),
rcondv(*) | Real (Kind=nag_wp), Intent (Out) | :: |
lscale(n),
rscale(n),
abnrm,
bbnrm,
rwork(6*n) | Complex (Kind=nag_wp), Intent (Inout) | :: |
a(lda,*),
b(ldb,*),
vl(ldvl,*),
vr(ldvr,*) | Complex (Kind=nag_wp), Intent (Out) | :: |
alpha(n),
beta(n),
work(max(1,lwork)) | Logical, Intent (Inout) | :: |
bwork(*) | Character (1), Intent (In) | :: |
balanc,
jobvl,
jobvr,
sense |
|
C Header Interface
#include nagmk26.h
void |
f08wpf_ (
const char *balanc,
const char *jobvl,
const char *jobvr,
const char *sense,
const Integer *n,
Complex a[],
const Integer *lda,
Complex b[],
const Integer *ldb,
Complex alpha[],
Complex beta[],
Complex vl[],
const Integer *ldvl,
Complex vr[],
const Integer *ldvr,
Integer *ilo,
Integer *ihi,
double lscale[],
double rscale[],
double *abnrm,
double *bbnrm,
double rconde[],
double rcondv[],
Complex work[],
const Integer *lwork,
double rwork[],
Integer iwork[],
logical bwork[],
Integer *info,
const Charlen length_balanc,
const Charlen length_jobvl,
const Charlen length_jobvr,
const Charlen length_sense) |
|
The routine may be called by its
LAPACK
name zggevx.
3
Description
A generalized eigenvalue for a pair of matrices is a scalar or a ratio , such that is singular. It is usually represented as the pair , as there is a reasonable interpretation for , and even for both being zero.
The right generalized eigenvector
corresponding to the generalized eigenvalue
of
satisfies
The left generalized eigenvector
corresponding to the generalized eigenvalue
of
satisfies
where
is the conjugate-transpose of
.
All the eigenvalues and, if required, all the eigenvectors of the complex generalized eigenproblem
, where
and
are complex, square matrices, are determined using the
algorithm. The complex
algorithm consists of three stages:
1. |
is reduced to upper Hessenberg form (with real, non-negative subdiagonal elements) and at the same time is reduced to upper triangular form. |
2. |
is further reduced to triangular form while the triangular form of is maintained and the diagonal elements of are made real and non-negative. This is the generalized Schur form of the pair .
This routine does not actually produce the eigenvalues , but instead returns and such that
The division by becomes your responsibility, since may be zero, indicating an infinite eigenvalue. |
3. |
If the eigenvectors are required they are obtained from the triangular matrices and then transformed back into the original coordinate system. |
For details of the balancing option, see
Section 3 in
f08wvf (zggbal).
4
References
Anderson E, Bai Z, Bischof C, Blackford S, Demmel J, Dongarra J J, Du Croz J J, Greenbaum A, Hammarling S, McKenney A and Sorensen D (1999)
LAPACK Users' Guide (3rd Edition) SIAM, Philadelphia
http://www.netlib.org/lapack/lug
Golub G H and Van Loan C F (2012) Matrix Computations (4th Edition) Johns Hopkins University Press, Baltimore
Wilkinson J H (1979) Kronecker's canonical form and the algorithm Linear Algebra Appl. 28 285–303
5
Arguments
- 1: – Character(1)Input
-
On entry: specifies the balance option to be performed.
- Do not diagonally scale or permute.
- Permute only.
- Scale only.
- Both permute and scale.
Computed reciprocal condition numbers will be for the matrices after permuting and/or balancing. Permuting does not change condition numbers (in exact arithmetic), but balancing does. In the absence of other information, is recommended.
Constraint:
, , or .
- 2: – Character(1)Input
-
On entry: if
, do not compute the left generalized eigenvectors.
If , compute the left generalized eigenvectors.
Constraint:
or .
- 3: – Character(1)Input
-
On entry: if
, do not compute the right generalized eigenvectors.
If , compute the right generalized eigenvectors.
Constraint:
or .
- 4: – Character(1)Input
-
On entry: determines which reciprocal condition numbers are computed.
- None are computed.
- Computed for eigenvalues only.
- Computed for eigenvectors only.
- Computed for eigenvalues and eigenvectors.
Constraint:
, , or .
- 5: – IntegerInput
-
On entry: , the order of the matrices and .
Constraint:
.
- 6: – Complex (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
a
must be at least
.
On entry: the matrix in the pair .
On exit:
a has been overwritten. If
or
or both, then
contains the first part of the Schur form of the ‘balanced’ versions of the input
and
.
- 7: – IntegerInput
-
On entry: the first dimension of the array
a as declared in the (sub)program from which
f08wpf (zggevx) is called.
Constraint:
.
- 8: – Complex (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
b
must be at least
.
On entry: the matrix in the pair .
On exit:
b has been overwritten.
- 9: – IntegerInput
-
On entry: the first dimension of the array
b as declared in the (sub)program from which
f08wpf (zggevx) is called.
Constraint:
.
- 10: – Complex (Kind=nag_wp) arrayOutput
-
On exit: see the description of
beta.
- 11: – Complex (Kind=nag_wp) arrayOutput
-
On exit:
, for
, will be the generalized eigenvalues.
Note: the quotients may easily overflow or underflow, and may even be zero. Thus, you should avoid naively computing the ratio . However, will always be less than and usually comparable with in magnitude, and will always be less than and usually comparable with .
- 12: – Complex (Kind=nag_wp) arrayOutput
-
Note: the second dimension of the array
vl
must be at least
if
, and at least
otherwise.
On exit: if
, the left generalized eigenvectors
are stored one after another in the columns of
vl, in the same order as the corresponding eigenvalues. Each eigenvector will be scaled so the largest component will have
.
If
,
vl is not referenced.
- 13: – IntegerInput
-
On entry: the first dimension of the array
vl as declared in the (sub)program from which
f08wpf (zggevx) is called.
Constraints:
- if , ;
- otherwise .
- 14: – Complex (Kind=nag_wp) arrayOutput
-
Note: the second dimension of the array
vr
must be at least
if
, and at least
otherwise.
On exit: if
, the right generalized eigenvectors
are stored one after another in the columns of
vr, in the same order as the corresponding eigenvalues. Each eigenvector will be scaled so the largest component will have
.
If
,
vr is not referenced.
- 15: – IntegerInput
-
On entry: the first dimension of the array
vr as declared in the (sub)program from which
f08wpf (zggevx) is called.
Constraints:
- if , ;
- otherwise .
- 16: – IntegerOutput
- 17: – IntegerOutput
-
On exit:
ilo and
ihi are integer values such that
and
if
and
or
.
If or , and .
- 18: – Real (Kind=nag_wp) arrayOutput
-
On exit: details of the permutations and scaling factors applied to the left side of
and
.
If
is the index of the row interchanged with row
, and
is the scaling factor applied to row
, then:
- , for ;
- , for ;
- , for .
The order in which the interchanges are made is
n to
, then
to
.
- 19: – Real (Kind=nag_wp) arrayOutput
-
On exit: details of the permutations and scaling factors applied to the right side of
and
.
If
is the index of the column interchanged with column
, and
is the scaling factor applied to column
, then:
- , for ;
- if
, for ;
- if
, for .
The order in which the interchanges are made is
n to
, then
to
.
- 20: – Real (Kind=nag_wp)Output
-
On exit: the -norm of the balanced matrix .
- 21: – Real (Kind=nag_wp)Output
-
On exit: the -norm of the balanced matrix .
- 22: – Real (Kind=nag_wp) arrayOutput
-
Note: the dimension of the array
rconde
must be at least
.
On exit: if
or
, the reciprocal condition numbers of the eigenvalues, stored in consecutive elements of the array.
If
or
,
rconde is not referenced.
- 23: – Real (Kind=nag_wp) arrayOutput
-
Note: the dimension of the array
rcondv
must be at least
.
On exit: if
or
, the estimated reciprocal condition numbers of the selected eigenvectors, stored in consecutive elements of the array.
If
or
,
rcondv is not referenced.
- 24: – Complex (Kind=nag_wp) arrayWorkspace
-
On exit: if
, the real part of
contains the minimum value of
lwork required for optimal performance.
- 25: – IntegerInput
-
On entry: the dimension of the array
work as declared in the (sub)program from which
f08wpf (zggevx) is called.
If
, a workspace query is assumed; the routine only calculates the optimal size of the
work array, returns this value as the first entry of the
work array, and no error message related to
lwork is issued.
Suggested value:
for optimal performance,
lwork must generally be larger than the minimum; increase workspace by, say,
, where
is the optimal
block size.
Constraints:
- if , ;
- if , ;
- if or , .
- 26: – Real (Kind=nag_wp) arrayWorkspace
-
Real workspace.
- 27: – Integer arrayWorkspace
-
Note: the dimension of the array
iwork
must be at least
.
If
,
iwork is not referenced.
- 28: – Logical arrayWorkspace
-
Note: the dimension of the array
bwork
must be at least
.
If
,
bwork is not referenced.
- 29: – 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.
-
The iteration failed. No eigenvectors have been calculated, but and should be correct for .
-
Unexpected error returned from
f08xsf (zhgeqz).
-
Error returned from
f08yxf (ztgevc).
7
Accuracy
The computed eigenvalues and eigenvectors are exact for nearby matrices
and
, where
and
is the
machine precision.
An approximate error bound on the chordal distance between the
th computed generalized eigenvalue
and the corresponding exact eigenvalue
is
An approximate error bound for the angle between the
th computed eigenvector
or
is given by
For further explanation of the reciprocal condition numbers
rconde and
rcondv, see Section 4.11 of
Anderson et al. (1999).
Note: interpretation of results obtained with the
algorithm often requires a clear understanding of the effects of small changes in the original data. These effects are reviewed in
Wilkinson (1979), in relation to the significance of small values of
and
. It should be noted that if
and
are
both small for any
, it may be that no reliance can be placed on
any of the computed eigenvalues
. You are recommended to study
Wilkinson (1979) and, if in difficulty, to seek expert advice on determining the sensitivity of the eigenvalues to perturbations in the data.
8
Parallelism and Performance
f08wpf (zggevx) is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
f08wpf (zggevx) 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 total number of floating-point operations is proportional to .
The real analogue of this routine is
f08wbf (dggevx).
10
Example
This example finds all the eigenvalues and right eigenvectors of the matrix pair
,
where
and
together with estimates of the condition number and forward error bounds for each eigenvalue and eigenvector. The option to balance the matrix pair is used.
Note that the block size (NB) of assumed in this example is not realistic for such a small problem, but should be suitable for large problems.
10.1
Program Text
Program Text (f08wpfe.f90)
10.2
Program Data
Program Data (f08wpfe.d)
10.3
Program Results
Program Results (f08wpfe.r)