Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleSeptember 2023
Sparse Approximate Multifrontal Factorization with Composite Compression Methods
- Lisa Claus,
- Pieter Ghysels,
- Yang Liu,
- Thái Anh Nhan,
- Ramakrishnan Thirumalaisamy,
- Amneet Pal Singh Bhalla,
- Sherry Li
ACM Transactions on Mathematical Software (TOMS), Volume 49, Issue 3Article No.: 24, Pages 1–28https://doi.org/10.1145/3611662This article presents a fast and approximate multifrontal solver for large sparse linear systems. In a recent work by Liu et al., we showed the efficiency of a multifrontal solver leveraging the butterfly algorithm and its hierarchical matrix extension, ...
- research-articleMarch 2023
Combining Sparse Approximate Factorizations with Mixed-precision Iterative Refinement
ACM Transactions on Mathematical Software (TOMS), Volume 49, Issue 1Article No.: 4, Pages 1–29https://doi.org/10.1145/3582493The standard LU factorization-based solution process for linear systems can be enhanced in speed or accuracy by employing mixed-precision iterative refinement. Most recent work has focused on dense systems. We investigate the potential of mixed-precision ...
- research-articleMay 2016
A Parallel Geometric Multifrontal Solver Using Hierarchically Semiseparable Structure
ACM Transactions on Mathematical Software (TOMS), Volume 42, Issue 3Article No.: 21, Pages 1–21https://doi.org/10.1145/2830569We present a structured parallel geometry-based multifrontal sparse solver using hierarchically semiseparable (HSS) representations and exploiting the inherent low-rank structures. Parallel strategies for nested dissection ordering (taking low rankness ...
- research-articleApril 2010
A fast and robust mixed-precision solver for the solution of sparse symmetric linear systems
ACM Transactions on Mathematical Software (TOMS), Volume 37, Issue 2Article No.: 17, Pages 1–24https://doi.org/10.1145/1731022.1731027On many current and emerging computing architectures, single-precision calculations are at least twice as fast as double-precision calculations. In addition, the use of single precision may reduce pressure on memory bandwidth. The penalty for using ...
- ArticleJune 2004
Adaptive paging for a multifrontal solver
ICS '04: Proceedings of the 18th annual international conference on SupercomputingPages 267–276https://doi.org/10.1145/1006209.1006247In this paper, we present a new way to improve performance of the factorization of large sparse linear systems which cannot fit in memory. Instead of rewriting a large part of the code to implement an out-of-core algorithm with explicit I/O, we modify ...
Algorithm 832: UMFPACK V4.3---an unsymmetric-pattern multifrontal method
ACM Transactions on Mathematical Software (TOMS), Volume 30, Issue 2Pages 196–199https://doi.org/10.1145/992200.992206An ANSI C code for sparse LU factorization is presented that combines a column pre-ordering strategy with a right-looking unsymmetric-pattern multifrontal numerical factorization. The pre-ordering and symbolic analysis phase computes an upper bound on ...
- articleJune 2004
A column pre-ordering strategy for the unsymmetric-pattern multifrontal method
ACM Transactions on Mathematical Software (TOMS), Volume 30, Issue 2Pages 165–195https://doi.org/10.1145/992200.992205A new method for sparse LU factorization is presented that combines a column pre-ordering strategy with a right-looking unsymmetric-pattern multifrontal numerical factorization. The column ordering is selected to give a good a priori upper bound on fill-...
- articleJune 2004
MA57---a code for the solution of sparse symmetric definite and indefinite systems
ACM Transactions on Mathematical Software (TOMS), Volume 30, Issue 2Pages 118–144https://doi.org/10.1145/992200.992202We introduce a new code for the direct solution of sparse symmetric linear equations that solves indefinite systems with 2 × 2 pivoting for stability. This code, called MA57, is in HSL 2002 and supersedes the well used HSL code MA27. We describe some of ...
- articleMarch 1994
Sparse QR factorization in MATLAB
ACM Transactions on Mathematical Software (TOMS), Volume 20, Issue 1Pages 136–159https://doi.org/10.1145/174603.174408In the recently presented sparse matrix extension of MATLAB, there is no routine for sparse QR factorization. Sparse linear least-squares problems are instead solved by the augmented system method. The accuracy in computed solutions is strongly dependent ...