Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts

We describe a matrix diagonalization algorithm for complex symmetric (not Hermitian) matrices, A̲=A̲ T , which is based on a two-step algorithm involving generalized Householder reflections based on the indefinite inner product 〈u̲,v̲〉 ∗ =∑ i u i v i . This inner product is linear in both arguments...

Full description

Bibliographic Details
Main Authors: Noble, J, Lubasch, M, Stevens, J, Jentschura, U
Format: Journal article
Published: Elsevier 2017
_version_ 1797088891806679040
author Noble, J
Lubasch, M
Stevens, J
Jentschura, U
author_facet Noble, J
Lubasch, M
Stevens, J
Jentschura, U
author_sort Noble, J
collection OXFORD
description We describe a matrix diagonalization algorithm for complex symmetric (not Hermitian) matrices, A̲=A̲ T , which is based on a two-step algorithm involving generalized Householder reflections based on the indefinite inner product 〈u̲,v̲〉 ∗ =∑ i u i v i . This inner product is linear in both arguments and avoids complex conjugation. The complex symmetric input matrix is transformed to tridiagonal form using generalized Householder transformations (first step). An iterative, generalized QL decomposition of the tridiagonal matrix employing an implicit shift converges toward diagonal form (second step). The QL algorithm employs iterative deflation techniques when a machine-precision zero is encountered “prematurely” on the super-/sub-diagonal. The algorithm allows for a reliable and computationally efficient computation of resonance and antiresonance energies which emerge from complex-scaled Hamiltonians, and for the numerical determination of the real energy eigenvalues of pseudo-Hermitian and PT-symmetric Hamilton matrices. Numerical reference values are provided. Program summary Program Title: HTDQLS Program Files doi: http://dx.doi.org/10.17632/x24wjxtrsg.1 Licensing provisions: GPLv3 Programming language: Fortran 90 using fixed form notation Nature of problem: Calculating the eigenvalues and optionally the eigenvectors of complex symmetric (non-Hermitian), densely populated matrices. Solution method: The complex symmetric (not Hermitian) input matrix is diagonalized in two steps. First step: The matrix is tridiagonalized via a series of (n−2) generalized Householder reflections, where n is the rank of the input matrix. Second step: The tridiagonal matrix is diagonalized via a generalization of the “chasing the bulge” technique, which is an iterative process utilizing an implicitly shifted initial rotation followed by (n−2) Givens rotations. This technique is an implementation of QL factorization, and converges roughly as [(λ i −σ i )∕(λ i+1 −σ i )] j where λ i is the eigenvalue located in the (i,i) position of the final diagonal matrix and the eigenvalues are ordered (|λ 1 | < |λ 2 | < … < |λ n |), and j is the iteration. The “educated guess” σ i for the eigenvalue λ i is obtained from the analytic determination of the eigenvalues of (k×k)-submatrices of A̲, in the vicinity of the ith element, where k=0,1,2,3 (here, k=0 means that the implicit shift vanishes, σ i =0). The routine optionally calculates the rotation matrix Z̲, such that Z̲ −1 A̲Z̲=D̲ where A̲ is the input matrix and D̲ is the diagonal matrix containing the eigenvalues. The ith column of Z̲ then is the eigenvector of A̲ corresponding to the eigenvalue found at the element D̲(i,i), in the ith position on the diagonal of the matrix D̲. Unusual features: For simplicity, the “wrapper” program which contains an example application and the HTDQLS routine are distributed in the same file.
first_indexed 2024-03-07T02:56:37Z
format Journal article
id oxford-uuid:af82d04a-b72c-47cf-9ed3-f9c56fb4a019
institution University of Oxford
last_indexed 2024-03-07T02:56:37Z
publishDate 2017
publisher Elsevier
record_format dspace
spelling oxford-uuid:af82d04a-b72c-47cf-9ed3-f9c56fb4a0192022-03-27T03:50:04ZDiagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shiftsJournal articlehttp://purl.org/coar/resource_type/c_dcae04bcuuid:af82d04a-b72c-47cf-9ed3-f9c56fb4a019Symplectic Elements at OxfordElsevier2017Noble, JLubasch, MStevens, JJentschura, UWe describe a matrix diagonalization algorithm for complex symmetric (not Hermitian) matrices, A̲=A̲ T , which is based on a two-step algorithm involving generalized Householder reflections based on the indefinite inner product 〈u̲,v̲〉 ∗ =∑ i u i v i . This inner product is linear in both arguments and avoids complex conjugation. The complex symmetric input matrix is transformed to tridiagonal form using generalized Householder transformations (first step). An iterative, generalized QL decomposition of the tridiagonal matrix employing an implicit shift converges toward diagonal form (second step). The QL algorithm employs iterative deflation techniques when a machine-precision zero is encountered “prematurely” on the super-/sub-diagonal. The algorithm allows for a reliable and computationally efficient computation of resonance and antiresonance energies which emerge from complex-scaled Hamiltonians, and for the numerical determination of the real energy eigenvalues of pseudo-Hermitian and PT-symmetric Hamilton matrices. Numerical reference values are provided. Program summary Program Title: HTDQLS Program Files doi: http://dx.doi.org/10.17632/x24wjxtrsg.1 Licensing provisions: GPLv3 Programming language: Fortran 90 using fixed form notation Nature of problem: Calculating the eigenvalues and optionally the eigenvectors of complex symmetric (non-Hermitian), densely populated matrices. Solution method: The complex symmetric (not Hermitian) input matrix is diagonalized in two steps. First step: The matrix is tridiagonalized via a series of (n−2) generalized Householder reflections, where n is the rank of the input matrix. Second step: The tridiagonal matrix is diagonalized via a generalization of the “chasing the bulge” technique, which is an iterative process utilizing an implicitly shifted initial rotation followed by (n−2) Givens rotations. This technique is an implementation of QL factorization, and converges roughly as [(λ i −σ i )∕(λ i+1 −σ i )] j where λ i is the eigenvalue located in the (i,i) position of the final diagonal matrix and the eigenvalues are ordered (|λ 1 | < |λ 2 | < … < |λ n |), and j is the iteration. The “educated guess” σ i for the eigenvalue λ i is obtained from the analytic determination of the eigenvalues of (k×k)-submatrices of A̲, in the vicinity of the ith element, where k=0,1,2,3 (here, k=0 means that the implicit shift vanishes, σ i =0). The routine optionally calculates the rotation matrix Z̲, such that Z̲ −1 A̲Z̲=D̲ where A̲ is the input matrix and D̲ is the diagonal matrix containing the eigenvalues. The ith column of Z̲ then is the eigenvector of A̲ corresponding to the eigenvalue found at the element D̲(i,i), in the ith position on the diagonal of the matrix D̲. Unusual features: For simplicity, the “wrapper” program which contains an example application and the HTDQLS routine are distributed in the same file.
spellingShingle Noble, J
Lubasch, M
Stevens, J
Jentschura, U
Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title_full Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title_fullStr Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title_full_unstemmed Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title_short Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts
title_sort diagonalization of complex symmetric matrices generalized householder reflections iterative deflation and implicit shifts
work_keys_str_mv AT noblej diagonalizationofcomplexsymmetricmatricesgeneralizedhouseholderreflectionsiterativedeflationandimplicitshifts
AT lubaschm diagonalizationofcomplexsymmetricmatricesgeneralizedhouseholderreflectionsiterativedeflationandimplicitshifts
AT stevensj diagonalizationofcomplexsymmetricmatricesgeneralizedhouseholderreflectionsiterativedeflationandimplicitshifts
AT jentschurau diagonalizationofcomplexsymmetricmatricesgeneralizedhouseholderreflectionsiterativedeflationandimplicitshifts