Journal Article10.1177/109434208700100403
Progress in Sparse Matrix Methods for Large Linear Systems On Vector Supercomputers
C. Cleveland Ashcraft,Roger G. Grimes,John G. Lewis,Barry W. Peyton,Horst D. Simon,Petter E. Bjørstad +5 more
- 01 Dec 1987
- Vol. 1, Iss: 4, pp 10-30
164
TL;DR: Progress in the use of direct methods for solving very large sparse symmetric positive definite systems of linear equations on vector supercomputers is summarized.
read more
Abstract: This paper summarizes progress in the use of direct methods for solving very large sparse symmetric positive definite systems of linear equations on vector supercomputers. Sparse di rect solvers based on the multifrontal method or the general sparse method now outperform band or envelope solvers on vector supercomputers such as the CRAY X-MP. This departure from conventional wisdom is due to several advances. The hardware gather/scatter feature or indirect address feature of some recent vector super computers permits vectorization of the general sparse factorization. Other advances are algo rithmic. The new multiple minimum degree algo rithm calculates a powerful ordering much faster than its predecessors. Exploiting the supernode structure of the factored matrix provides vectori zation over nested loops, giving greater speed in the factorization module for the multifrontal and general sparse methods. Out-of-core versions of both methods are now available. Numerical re sults on the CRAY X-MP for several structural engineering problems demonstrate the impact of these improvements.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A Supernodal Approach to Sparse Partial Pivoting
TL;DR: A sparse LU code is developed that is significantly faster than earlier partial pivoting codes and compared with UMFPACK, which uses a multifrontal approach; the code is very competitive in time and storage requirements, especially for large problems.
The Mosek Interior Point Optimizer for Linear Programming: An Implementation of the Homogeneous Algorithm
Erling D. Andersen,Knud D. Andersen +1 more
- 01 Jan 2000
TL;DR: The MOSEK optimizer is based on the homogeneous interior-point algorithm which in contrast to the primal-dual algorithm detects a possible primal or dual infeasibility reliably reliably.
935
Sparse matrices in matlab: design and implementation
TL;DR: The matrix computation language and environment MATLAB is extended to include sparse matrix storage and operations, and nearly all the operations of MATLAB now apply equally to full or sparse matrices, without any explicit action by the user.
The multifrontal method for sparse matrix solution: theory and practice
TL;DR: This paper presents an overview of the multifrontal method for the solution of large sparse symmetric positive definite linear systems, formulated in terms of frontal matrices, updateMatrices, and an assembly tree.
469
A Shifted Block Lanczos Algorithm for Solving Sparse Symmetric Generalized Eigenproblems
TL;DR: An "industrial strength" algorithm for solving sparse symmetric generalized eigenproblems that can live as a black box eigensolver inside a large applications code and is a novel combination of new techniques and extensions of old techniques.
466
References
Direct methods for sparse matrices
TL;DR: This book aims to be suitable also for a student course, probably at MSc level, and the subject is intensely practical and this book is written with practicalities ever in mind.
2K
Computing the Minimum Fill-in is NP^Complete
TL;DR: It is shown that the following problem is NP-complete: given a graph, find the minimum number of edges (fill-in) whose addition makes the graph chordal.
865
Sparse matrix test problems
TL;DR: A comprehensive set of test problems will lead to a better understanding of the range of structures in sparse matrix problems and thence to better classification and development of algorithms.
474
The evolution of the minimum degree ordering algorithm
A. George,W. H. Liu +1 more
TL;DR: This paper describes various enhancements of the minimum degree algorithm, their historical development, and some experiments showing how very effective they are in improving the execution time of the algorithm.
446