ACM Home Page
Please provide us with feedback. Feedback
Corrigendum: Algorithm 730: An implementation of a divide and conquer algorithm for the unitary eigenproblem
Full text PdfPdf (62 KB)
Source ACM Transactions on Mathematical Software (TOMS) archive
Volume 20 ,  Issue 1  (March 1994) table of contents
Page: 161  
Year of Publication: 1994
ISSN:0098-3500
Authors
G. S. Ammar  Northern Illinois University
L. Reichel  Kent State University
D. C. Sorensen  Rice University
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 0,   Downloads (12 Months): 15,   Citation Count: 0
Additional Information:

appendices and supplements   abstract   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/174603.174406
What is a DOI?

APPENDICES and SUPPLEMENTS
gZip730.gz (35 KB)
divide and conquer: unitary eigenproblem
Gams: divide and conquer


ABSTRACT

We present a FORTRAN implementation of a divide-and-conquer method for computing the spectral resolution of a unitary upper Hessenberg matrix H. Any such matrix H of order n, normalized so that its subdiagonal elements are nonnegative, can be written as a product of n–1 Givens matrices and a diagonal matrix. This representation, which we refer to as the Schur parametric form of H, arises naturally in applications such as in signal processing and in the computation of Gauss-Szego¨ quadrature rules. Our programs utilize the Schur parametrization to compute the spectral decomposition of H without explicitly forming the elements of H. If only the eigenvalues and first components of the eigenvectors are desired, as in the applications mentioned above, the algorithm requires only O(n2) arithmetic operations. Experimental results presented indicate that the algorithm is reliable and competitive with the general QR algorithm applied to this problem. Moreover, the algorithm can be easily adapted for parallel implementation.


Collaborative Colleagues:
G. S. Ammar: colleagues
L. Reichel: colleagues
D. C. Sorensen: colleagues