nag_complex_banded_eigensystem_init (f12atc) is a setup function for
nag_complex_banded_eigensystem_solve (f12auc) which may be used for finding some 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 column ordered storage format for complex banded non-Hermitian matrices (see
Section 3.3.4 in the f07 Chapter Introduction).
The pair of functions nag_complex_banded_eigensystem_init (f12atc) and
nag_complex_banded_eigensystem_solve (f12auc) together with the option setting function
nag_complex_sparse_eigensystem_option (f12arc) are 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.
This setup function initializes the communication arrays, sets (to their default values) all options that can be set by you via the option setting function
nag_complex_sparse_eigensystem_option (f12arc), and checks that the lengths of the communication arrays as passed by you are of sufficient length. For details of the options available and how to set them, see
Section 11.1 in nag_complex_sparse_eigensystem_option (f12arc).
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
Not applicable.
nag_complex_banded_eigensystem_init (f12atc) is not threaded in any implementation.
None.
The use of nag_complex_banded_eigensystem_init (f12atc) is illustrated in
Section 10 in nag_complex_banded_eigensystem_solve (f12auc).