English

Minimizing Communication for Eigenproblems and the Singular Value Decomposition

Numerical Analysis 2010-11-16 v1 Distributed, Parallel, and Cluster Computing Mathematical Software Numerical Analysis

Abstract

Algorithms have two costs: arithmetic and communication. The latter represents the cost of moving data, either between levels of a memory hierarchy, or between processors over a network. Communication often dominates arithmetic and represents a rapidly increasing proportion of the total cost, so we seek algorithms that minimize communication. In \cite{BDHS10} lower bounds were presented on the amount of communication required for essentially all O(n3)O(n^3)-like algorithms for linear algebra, including eigenvalue problems and the SVD. Conventional algorithms, including those currently implemented in (Sca)LAPACK, perform asymptotically more communication than these lower bounds require. In this paper we present parallel and sequential eigenvalue algorithms (for pencils, nonsymmetric matrices, and symmetric matrices) and SVD algorithms that do attain these lower bounds, and analyze their convergence and communication costs.

Cite

@article{arxiv.1011.3077,
  title  = {Minimizing Communication for Eigenproblems and the Singular Value Decomposition},
  author = {Grey Ballard and James Demmel and Ioana Dumitriu},
  journal= {arXiv preprint arXiv:1011.3077},
  year   = {2010}
}

Comments

43 pages, 11 figures

R2 v1 2026-06-21T16:43:14.986Z