NAG Library Routine Document
F12AUF
Note: this routine uses optional parameters to define choices in the problem specification. If you wish to use default
settings for all of the optional parameters, then the option setting routine
F12ARF
need not be called.
If, however, you wish to reset some or all of the settings please refer to
Section 10 in F12ARF
for a detailed description of the specification of the optional parameters.
1 Purpose
F12AUF is the main solver routine in a suite of routines consisting of
F12ARF,
F12ATF and F12AUF. It must be called following an initial call to
F12ATF and following any calls to
F12ARF.
F12AUF returns approximations to selected eigenvalues, and (optionally) the corresponding eigenvectors, of a standard or generalized eigenvalue problem defined by complex banded non-Hermitian matrices. The banded matrix must be stored using the LAPACK
storage format for complex banded non-Hermitian matrices.
2 Specification
SUBROUTINE F12AUF ( |
KL, KU, AB, LDAB, MB, LDMB, SIGMA, NCONV, D, Z, LDZ, RESID, V, LDV, COMM, ICOMM, IFAIL) |
INTEGER |
KL, KU, LDAB, LDMB, NCONV, LDZ, LDV, ICOMM(*), IFAIL |
COMPLEX (KIND=nag_wp) |
AB(LDAB,*), MB(LDMB,*), SIGMA, D(*), Z(LDZ,*), RESID(*), V(LDV,*), COMM(*) |
|
3 Description
The suite of routines is designed to calculate some of the eigenvalues, , (and optionally the corresponding eigenvectors, ) of a standard eigenvalue problem , or of a generalized eigenvalue problem of order , where is large and the coefficient matrices and are banded, complex and non-Hermitian.
Following a call to the initialization routine
F12ATF, F12AUF returns the converged approximations to eigenvalues and (optionally) the corresponding approximate eigenvectors and/or an orthonormal basis for the associated approximate invariant subspace. The eigenvalues (and eigenvectors) are selected from those of a standard or generalized eigenvalue problem defined by complex banded non-Hermitian matrices. There is negligible additional computational cost to obtain eigenvectors; an orthonormal basis is always computed, but there is an additional storage cost if both are requested.
The banded matrices
and
must be stored using the LAPACK column ordered storage format for banded non-Hermitian matrices; please refer to
Section 3.3.4 in the F07 Chapter Introduction for details on this storage format.
F12AUF is based on the banded driver routines
znbdr1 to
znbdr4 from the ARPACK package, which uses the Implicitly Restarted Arnoldi iteration method. The method is described in
Lehoucq and Sorensen (1996) and
Lehoucq (2001) while its use within the ARPACK software is described in great detail in
Lehoucq et al. (1998). An evaluation of software for computing eigenvalues of sparse non-Hermitian matrices is provided in
Lehoucq and Scott (1996). This suite of routines offers the same functionality as the ARPACK banded driver software for complex non-Hermitian problems, but the interface design is quite different in order to make the option setting clearer and to combine the different drivers into a general purpose routine.
F12AUF, is a general purpose routine that must be called following initialization by
F12ATF. F12AUF uses options, set either by default or explicitly by calling
F12ARF, to return the converged approximations to selected eigenvalues and (optionally):
– |
the corresponding approximate eigenvectors; |
– |
an orthonormal basis for the associated approximate invariant subspace; |
– |
both. |
4 References
Lehoucq R B (2001) Implicitly restarted Arnoldi methods and subspace iteration SIAM Journal on Matrix Analysis and Applications 23 551–562
Lehoucq R B and Scott J A (1996) An evaluation of software for computing eigenvalues of sparse nonsymmetric matrices Preprint MCS-P547-1195 Argonne National Laboratory
Lehoucq R B and Sorensen D C (1996) Deflation techniques for an implicitly restarted Arnoldi iteration SIAM Journal on Matrix Analysis and Applications 17 789–821
Lehoucq R B, Sorensen D C and Yang C (1998) ARPACK Users' Guide: Solution of Large-scale Eigenvalue Problems with Implicitly Restarted Arnoldi Methods SIAM, Philidelphia
5 Parameters
- 1: KL – INTEGERInput
On entry: the number of subdiagonals of the matrices and .
Constraint:
.
- 2: KU – INTEGERInput
On entry: the number of superdiagonals of the matrices and .
Constraint:
.
- 3: AB(LDAB,) – COMPLEX (KIND=nag_wp) arrayInput
-
Note: the second dimension of the array
AB
must be at least
(see
F12ATF).
On entry: must contain the matrix
in LAPACK banded storage format for non-Hermitian matrices (see
Section 3.3.4 in the F07 Chapter Introduction).
- 4: LDAB – INTEGERInput
On entry: the first dimension of the array
AB as declared in the (sub)program from which F12AUF is called.
Constraint:
.
- 5: MB(LDMB,) – COMPLEX (KIND=nag_wp) arrayInput
-
Note: the second dimension of the array
MB
must be at least
(see
F12ATF).
On entry: must contain the matrix
in LAPACK banded storage format for non-Hermitian matrices (see
Section 3.3.4 in the F07 Chapter Introduction).
- 6: LDMB – INTEGERInput
On entry: the first dimension of the array
MB as declared in the (sub)program from which F12AUF is called.
Constraint:
.
- 7: SIGMA – COMPLEX (KIND=nag_wp)Input
On entry: if the
Shifted Inverse mode (see
F12ARF) has been selected then
SIGMA must contain the shift used; otherwise
SIGMA is not referenced.
Section 4.2 in the F12 Chapter Introduction describes the use of shift and invert transformations.
- 8: NCONV – INTEGEROutput
On exit: the number of converged eigenvalues.
- 9: D() – COMPLEX (KIND=nag_wp) arrayOutput
-
Note: the dimension of the array
D
must be at least
(see
F12ATF).
On exit: the first
NCONV locations of the array
D contain the converged approximate eigenvalues.
- 10: Z(LDZ,) – COMPLEX (KIND=nag_wp) arrayOutput
Note: the second dimension of the array
Z
must be at least
if the default option
has been selected and at least
if the option
has been selected (see
F12ARF and
F12ATF).
On exit: if the default option
has been selected then
Z contains the final set of eigenvectors corresponding to the eigenvalues held in
D. The complex eigenvector associated with the
th eigenvalue (stored in
) is stored in the
th column of
Z.
- 11: LDZ – INTEGERInput
On entry: the first dimension of the array
Z as declared in the (sub)program from which F12AUF is called.
Constraints:
- if the default option has been selected, ;
- if the option has been selected, .
- 12: RESID() – COMPLEX (KIND=nag_wp) arrayInput/Output
-
Note: the dimension of the array
RESID
must be at least
(see
F12ATF).
On entry: need not be set unless the option
Initial Residual has been set in a prior call to
F12ARF in which case
RESID must contain an initial residual vector.
On exit: contains the final residual vector.
- 13: V(LDV,) – COMPLEX (KIND=nag_wp) arrayOutput
-
Note: the second dimension of the array
V
must be at least
(see
F12ATF).
On exit: if the option
Vectors (see
F12ARF) has been set to Schur or Ritz, then the first
elements of
V will contain approximate Schur vectors that span the desired invariant subspace.
The
th Schur vector is stored in the
th column of
V.
- 14: LDV – INTEGERInput
On entry: the first dimension of the array
V as declared in the (sub)program from which F12AUF is called.
Constraint:
.
- 15: COMM() – COMPLEX (KIND=nag_wp) arrayCommunication Array
On entry: must remain unchanged from the prior call to
F12ARF and
F12ATF.
On exit: contains no useful information.
- 16: ICOMM() – INTEGER arrayCommunication Array
On entry: must remain unchanged from the prior call to
F12ARF and
F12ATF.
On exit: contains no useful information.
- 17: IFAIL – INTEGERInput/Output
-
On entry:
IFAIL must be set to
,
. If you are unfamiliar with this parameter you should refer to
Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is
.
When the value is used it is essential to test the value of IFAIL on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6 Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Errors or warnings detected by the routine:
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, , .
Constraint: .
-
The maximum number of iterations
, the option
Iteration Limit has been set to
.
-
The options
Generalized and
Regular are incompatible.
-
The option
Initial Residual was selected but the starting vector held in
RESID is zero.
-
Either the initialization routine has not been called prior to the first call of this routine or a communication array has become corrupted.
-
On entry,
,
in
F12AFF.
Constraint:
.
-
On entry, , but this is not yet implemented.
-
The number of eigenvalues found to sufficient accuracy is zero.
-
Could not build an Arnoldi factorization. The size of the current Arnoldi factorization .
-
Error in internal call to compute eigenvalues and corresponding error bounds of the current upper Hessenberg matrix. Please contact
NAG.
-
During calculation of a real Schur form, there was a failure to compute a number of eigenvalues Please contact
NAG.
-
The computed Schur form could not be reordered by an internal call. Please contact
NAG.
-
Error in internal call to compute eigenvectors. Please contact
NAG.
-
Failure during internal factorization of real banded matrix. Please contact
NAG.
-
Failure during internal solution of real banded matrix. Please contact
NAG.
-
Failure during internal factorization of complex banded matrix. Please contact
NAG.
-
Failure during internal solution of complex banded matrix. Please contact
NAG.
-
The maximum number of iterations has been reached. The maximum number of . The number of converged eigenvalues .
-
No shifts could be applied during a cycle of the implicitly restarted Lanczos iteration.
-
Overflow occurred during transformation of Ritz values to those of the original problem.
-
Dynamic memory allocation failed.
7 Accuracy
The relative accuracy of a Ritz value,
, is considered acceptable if its Ritz estimate
. The default
Tolerance used is the
machine precision given by
X02AJF.
None.
9 Example
This example constructs the matrices and using LAPACK band storage format and solves in shifted inverse mode using the complex shift .
9.1 Program Text
Program Text (f12aufe.f90)
9.2 Program Data
Program Data (f12aufe.d)
9.3 Program Results
Program Results (f12aufe.r)