English

Parallel algorithms in linear algebra

Data Structures and Algorithms 2015-03-17 v1 Numerical Analysis Numerical Analysis

Abstract

This report provides an introduction to algorithms for fundamental linear algebra problems on various parallel computer architectures, with the emphasis on distributed-memory MIMD machines. To illustrate the basic concepts and key issues, we consider the problem of parallel solution of a nonsingular linear system by Gaussian elimination with partial pivoting. This problem has come to be regarded as a benchmark for the performance of parallel machines. We consider its appropriateness as a benchmark, its communication requirements, and schemes for data distribution to facilitate communication and load balancing. In addition, we describe some parallel algorithms for orthogonal (QR) factorization and the singular value decomposition (SVD).

Keywords

Cite

@article{arxiv.1004.5437,
  title  = {Parallel algorithms in linear algebra},
  author = {Richard P. Brent},
  journal= {arXiv preprint arXiv:1004.5437},
  year   = {2015}
}

Comments

17 pages. An old Technical Report, submitted for archival purposes. For further details see http://wwwmaths.anu.edu.au/~brent/pub/pub128.html

R2 v1 2026-06-21T15:16:47.061Z