Hierarchical Orthogonal Factorization: Sparse Square matrices

10/14/2020
by   Abeynaya Gnanasekaran, et al.
0

In this work, we develop a new fast algorithm, spaQR – sparsified QR, for solving large, sparse linear systems. The key to our approach is using low-rank approximations to sparsify the separators in a Nested Dissection based Householder QR factorization. First, a modified version of Nested Dissection is used to identify interiors/separators and reorder the matrix. Then, classical Householder QR is used to factorize the interiors, going from the leaves to the root to the elimination tree. After every level of interior factorization, we sparsify the remaining separators by using low-rank approximations. This operation reduces the size of the separators without introducing any fill-in in the matrix. However, it introduces a small approximation error which can be controlled by the user. The resulting approximate factorization is stored as a sequence of sparse orthogonal and sparse upper-triangular factors. Hence, it can be applied efficiently to solve linear systems. Additionally, we further improve the algorithm by using a block diagonal scaling. Then, we show a systematic analysis of the approximation error and effectiveness of the algorithm in solving linear systems. Finally, we perform numerical tests on benchmark unsymmetric problems to evaluate the performance of the algorithm. The factorization time scales as 𝒪(N log N) and the solve time scales as 𝒪(N).

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/19/2021

Hierarchical Orthogonal Factorization: Sparse Least Squares Problems

In this work, we develop a fast hierarchical solver for solving large, s...
research
07/01/2020

Second Order Accurate Hierarchical Approximate Factorization of Sparse SPD Matrices

We describe a second-order accurate approach to sparsifying the off-diag...
research
04/22/2021

Orthogonal iterations on Structured Pencils

We present a class of fast subspace tracking algorithms based on orthogo...
research
03/01/2023

Robust and Practical Solution of Laplacian Equations by Approximate Elimination

We introduce a new algorithm and software for solving linear equations i...
research
11/16/2020

RCHOL: Randomized Cholesky Factorization for Solving SDD Linear Systems

We introduce a randomized algorithm, namely RCHOL, to construct an appro...
research
02/03/2020

A power Schur complement Low-Rank correction preconditioner for general sparse linear systems

An effective power based parallel preconditioner is proposed for general...
research
05/23/2018

Incomplete Nested Dissection

We present an asymptotically faster algorithm for solving linear systems...

Please sign up or login with your details

Forgot password? Click here to reset