NAG Library Routine Document
F08YXF (ZTGEVC)
1 Purpose
F08YXF (ZTGEVC) computes some or all of the right and/or left generalized eigenvectors of a pair of complex upper triangular matrices .
2 Specification
SUBROUTINE F08YXF ( |
SIDE, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, LDVL, VR, LDVR, MM, M, WORK, RWORK, INFO) |
INTEGER |
N, LDA, LDB, LDVL, LDVR, MM, M, INFO |
REAL (KIND=nag_wp) |
RWORK(2*N) |
COMPLEX (KIND=nag_wp) |
A(LDA,*), B(LDB,*), VL(LDVL,*), VR(LDVR,*), WORK(2*N) |
LOGICAL |
SELECT(*) |
CHARACTER(1) |
SIDE, HOWMNY |
|
The routine may be called by its
LAPACK
name ztgevc.
3 Description
F08YXF (ZTGEVC) computes some or all of the right and/or left generalized eigenvectors of the matrix pair
which is assumed to be in upper triangular form. If the matrix pair
is not upper triangular then the routine
F08XSF (ZHGEQZ) should be called before invoking F08YXF (ZTGEVC).
The right generalized eigenvector
and the left generalized eigenvector
of
corresponding to a generalized eigenvalue
are defined by
and
If a generalized eigenvalue is determined as
, which is due to zero diagonal elements at the same locations in both
and
, a unit vector is returned as the corresponding eigenvector.
Note that the generalized eigenvalues are computed using
F08XSF (ZHGEQZ) but F08YXF (ZTGEVC) does not explicitly require the generalized eigenvalues to compute eigenvectors. The ordering of the eigenvectors is based on the ordering of the eigenvalues as computed by F08YXF (ZTGEVC).
If all eigenvectors are requested, the routine may either return the matrices
and/or
of right or left eigenvectors of
, or the products
and/or
, where
and
are two matrices supplied by you. Usually,
and
are chosen as the unitary matrices returned by
F08XSF (ZHGEQZ). Equivalently,
and
are the left and right Schur vectors of the matrix pair supplied to
F08XSF (ZHGEQZ). In that case,
and
are the left and right generalized eigenvectors, respectively, of the matrix pair supplied to
F08XSF (ZHGEQZ).
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
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore
Moler C B and Stewart G W (1973) An algorithm for generalized matrix eigenproblems SIAM J. Numer. Anal. 10 241–256
Stewart G W and Sun J-G (1990) Matrix Perturbation Theory Academic Press, London
5 Parameters
- 1: SIDE – CHARACTER(1)Input
On entry: specifies the required sets of generalized eigenvectors.
- Only right eigenvectors are computed.
- Only left eigenvectors are computed.
- Both left and right eigenvectors are computed.
Constraint:
, or .
- 2: HOWMNY – CHARACTER(1)Input
On entry: specifies further details of the required generalized eigenvectors.
- All right and/or left eigenvectors are computed.
- All right and/or left eigenvectors are computed; they are backtransformed using the input matrices supplied in arrays VR and/or VL.
- Selected right and/or left eigenvectors, defined by the array SELECT, are computed.
Constraint:
, or .
- 3: SELECT() – LOGICAL arrayInput
Note: the dimension of the array
SELECT
must be at least
if
, and at least
otherwise.
On entry: specifies the eigenvectors to be computed if
. To select the generalized eigenvector corresponding to the
th generalized eigenvalue, the
th element of
SELECT should be set to .TRUE..
Constraint:
or , for .
- 4: N – INTEGERInput
On entry: , the order of the matrices and .
Constraint:
.
- 5: A(LDA,) – COMPLEX (KIND=nag_wp) arrayInput
-
Note: the second dimension of the array
A
must be at least
.
On entry: the matrix
must be in upper triangular form. Usually, this is the matrix
returned by
F08XSF (ZHGEQZ).
- 6: LDA – INTEGERInput
On entry: the first dimension of the array
A as declared in the (sub)program from which F08YXF (ZTGEVC) is called.
Constraint:
.
- 7: B(LDB,) – COMPLEX (KIND=nag_wp) arrayInput
-
Note: the second dimension of the array
B
must be at least
.
On entry: the matrix
must be in upper triangular form with non-negative real diagonal elements. Usually, this is the matrix
returned by
F08XSF (ZHGEQZ).
- 8: LDB – INTEGERInput
On entry: the first dimension of the array
B as declared in the (sub)program from which F08YXF (ZTGEVC) is called.
Constraint:
.
- 9: VL(LDVL,) – COMPLEX (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 be initialized to an
by
matrix
. Usually, this is the unitary matrix
of left Schur vectors returned by
F08XSF (ZHGEQZ).
On exit: if
or
,
VL contains:
- if , the matrix of left eigenvectors of ;
- if , the matrix ;
- if , the left eigenvectors of specified by SELECT, stored consecutively in the columns of the array VL, in the same order as their corresponding eigenvalues.
- 10: LDVL – INTEGERInput
On entry: the first dimension of the array
VL as declared in the (sub)program from which F08YXF (ZTGEVC) is called.
Constraints:
- if or , ;
- if , .
- 11: VR(LDVR,) – COMPLEX (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 be initialized to an
by
matrix
. Usually, this is the unitary matrix
of right Schur vectors returned by
F08XEF (DHGEQZ).
On exit: if
or
,
VR contains:
- if , the matrix of right eigenvectors of ;
- if , the matrix ;
- if , the right eigenvectors of specified by SELECT, stored consecutively in the columns of the array VR, in the same order as their corresponding eigenvalues.
- 12: LDVR – INTEGERInput
On entry: the first dimension of the array
VR as declared in the (sub)program from which F08YXF (ZTGEVC) is called.
Constraints:
- if or , ;
- if , .
- 13: MM – INTEGERInput
On entry: the number of columns in the arrays
VL and/or
VR.
Constraints:
- if or , ;
- if , MM must not be less than the number of requested eigenvectors.
- 14: M – INTEGEROutput
On exit: the number of columns in the arrays
VL and/or
VR actually used to store the eigenvectors. If
or
,
M is set to
N. Each selected eigenvector occupies one column.
- 15: WORK() – COMPLEX (KIND=nag_wp) arrayWorkspace
- 16: RWORK() – REAL (KIND=nag_wp) arrayWorkspace
- 17: INFO – INTEGEROutput
On exit:
unless the routine detects an error (see
Section 6).
6 Error Indicators and Warnings
Errors or warnings detected by the routine:
If , argument had an illegal value. An explanatory message is output, and execution of the program is terminated.
7 Accuracy
It is beyond the scope of this manual to summarise the accuracy of the solution of the generalized eigenvalue problem. Interested readers should consult Section 4.11 of the LAPACK Users' Guide (see
Anderson et al. (1999)) and Chapter 6 of
Stewart and Sun (1990).
F08YXF (ZTGEVC) is the sixth step in the solution of the complex generalized eigenvalue problem and is usually called after
F08XSF (ZHGEQZ).
The real analogue of this routine is
F08YKF (DTGEVC).
9 Example
This example computes the
and
parameters, which defines the generalized eigenvalues and the corresponding left and right eigenvectors, of the matrix pair
given by
and
To compute generalized eigenvalues, it is required to call five routines:
F08WVF (ZGGBAL) to balance the matrix,
F08ASF (ZGEQRF) to perform the
factorization of
,
F08AUF (ZUNMQR) to apply
to
,
F08WSF (ZGGHRD) to reduce the matrix pair to the generalized Hessenberg form and
F08XSF (ZHGEQZ) to compute the eigenvalues via the
algorithm.
The computation of generalized eigenvectors is done by calling F08YXF (ZTGEVC) to compute the eigenvectors of the balanced matrix pair. The routine
F08WWF (ZGGBAK) is called to backward transform the eigenvectors to the user-supplied matrix pair. If both left and right eigenvectors are required then
F08WWF (ZGGBAK) must be called twice.
9.1 Program Text
Program Text (f08yxfe.f90)
9.2 Program Data
Program Data (f08yxfe.d)
9.3 Program Results
Program Results (f08yxfe.r)