The QR algorithm is the method of choice for computing all eigenvalues of a dense nonsymmetric matrix A. After an initial reduction to Hessenberg form, a QR iteration can be viewed as chasing a small bulge from the top left to the bottom right corner along the subdiagonal of A. To increase data locality and create potential for parallelism, modern variants of the QR algorithm perform several iterations simultaneously, which amounts to chasing a chain of several bulges instead of a single bulge. To make effective use of level 3 BLAS, it is important to pack these bulges as tightly as possible within the chain. In this work, we show that the tightness of the packing in existing approaches is not optimal and can be increased. This directly tra...
AbstractIn the year 2000 the dominant method for solving matrix eigenvalue problems is still the QR ...
The reduction of a general dense and square matrix to Hessenberg form is a well known first step in ...
Each iteration of the multishift QR algorithm of Bai and Demmel requires the computation of a "...
The bulge-chasing kernel in the small-bulge multi-shift QR algorithm for the non-symmetric dense eig...
We present a new deflation criterion for the multishift QR algorithm motivated by convergence analys...
This paper presents two modifications to the multi-shift QR algorithm that significantly increase it...
The QR-algorithm is a renowned method for computing all eigenvalues of an arbitrary matrix. A prelim...
Recently an extension of the class of matrices admitting a Francis type of multishift QR algorithm w...
ABSTRACT – The multi-shift QR algorithm for approximating the eigenvalues of a full matrix is known ...
Recently a generalization of Francis’s implicitly shifted QR-algorithm was proposed, notably widenin...
We show how both the tridiagonal and bidiagonal QR algorithms can be restructured so that they be- ...
The QR algorithm computes a Schur decomposition of a matrix. It is certainly one of the most importa...
The role of larger bulges in the QR algorithm is controversial. Large bulges are infamous for having...
The QR-algorithm is a popular numerical method for the computation of eigenvalues of matrices. All e...
The QR algorithm is one of the three phases in the process of computing the eigenvalues and the eige...
AbstractIn the year 2000 the dominant method for solving matrix eigenvalue problems is still the QR ...
The reduction of a general dense and square matrix to Hessenberg form is a well known first step in ...
Each iteration of the multishift QR algorithm of Bai and Demmel requires the computation of a "...
The bulge-chasing kernel in the small-bulge multi-shift QR algorithm for the non-symmetric dense eig...
We present a new deflation criterion for the multishift QR algorithm motivated by convergence analys...
This paper presents two modifications to the multi-shift QR algorithm that significantly increase it...
The QR-algorithm is a renowned method for computing all eigenvalues of an arbitrary matrix. A prelim...
Recently an extension of the class of matrices admitting a Francis type of multishift QR algorithm w...
ABSTRACT – The multi-shift QR algorithm for approximating the eigenvalues of a full matrix is known ...
Recently a generalization of Francis’s implicitly shifted QR-algorithm was proposed, notably widenin...
We show how both the tridiagonal and bidiagonal QR algorithms can be restructured so that they be- ...
The QR algorithm computes a Schur decomposition of a matrix. It is certainly one of the most importa...
The role of larger bulges in the QR algorithm is controversial. Large bulges are infamous for having...
The QR-algorithm is a popular numerical method for the computation of eigenvalues of matrices. All e...
The QR algorithm is one of the three phases in the process of computing the eigenvalues and the eige...
AbstractIn the year 2000 the dominant method for solving matrix eigenvalue problems is still the QR ...
The reduction of a general dense and square matrix to Hessenberg form is a well known first step in ...
Each iteration of the multishift QR algorithm of Bai and Demmel requires the computation of a "...