2008
DOI: 10.1137/070688778
|View full text |Cite
|
Sign up to set email alerts
|

Performance and Accuracy of LAPACK's Symmetric Tridiagonal Eigensolvers

Abstract: Abstract. We compare four algorithms from the latest LAPACK 3.1 release for computing eigenpairs of a symmetric tridiagonal matrix. These include QR iteration, bisection and inverse iteration (BI), the Divide-and-Conquer method (DC), and the method of Multiple Relatively Robust Representations (MR).Our evaluation considers speed and accuracy when computing all eigenpairs, and additionally subset computations. Using a variety of carefully selected test problems, our study includes a variety of today's computer … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
68
0

Year Published

2009
2009
2017
2017

Publication Types

Select...
7
3

Relationship

1
9

Authors

Journals

citations
Cited by 71 publications
(69 citation statements)
references
References 24 publications
(23 reference statements)
0
68
0
Order By: Relevance
“…In the ''all eigenvectors'' case, D&C typically is much faster than QR/QL, at the cost of 2n 2 additional workspace. The same is true for D&C vs. B&I, as is well documented in the literature [12,58]. In practice D&C is therefore often used to compute all eigenvectors, even if only a subset of them is needed, and we restrict ourselves to this case here for space reasons.…”
Section: Partial Eigensystems Of Symmetric Tridiagonal Matricesmentioning
confidence: 89%
“…In the ''all eigenvectors'' case, D&C typically is much faster than QR/QL, at the cost of 2n 2 additional workspace. The same is true for D&C vs. B&I, as is well documented in the literature [12,58]. In practice D&C is therefore often used to compute all eigenvectors, even if only a subset of them is needed, and we restrict ourselves to this case here for space reasons.…”
Section: Partial Eigensystems Of Symmetric Tridiagonal Matricesmentioning
confidence: 89%
“…LAPACK is a high performance linear algebra computing library written by Fortran. LAPACK is widely used in eigen problems and it is one of the underlying algorithms Library in MATLAB and Spark (Demmel et al, 2009). The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XLII-2/W7, 2017 ISPRS Geospatial Week 2017, 18-22 September 2017 In the experiment, we compare the runtime of Lanczos and LAPACK on the same datasets and calculate the speedup using Lanczos (k = 10).…”
Section: Runtime and Speedupmentioning
confidence: 99%
“…We refer to this process as the band reduction phase. We assume the eigendecomposition of the tridiagonal matrix T is computed via an efficient algorithm such as Bisection/Inverse Iteration, MRRR, Divide-and-Conquer, or QR Iteration (see, e.g., [Demmel et al 2008]), and we ignore the computation and communication costs of this phase. desired, then a back-transformation phase is needed to reconstruct the eigenvectors of A from the eigenvectors of T .…”
Section: Eigendecomposition Of Band Matricesmentioning
confidence: 99%