SCLGJun 2, 2020

Good pivots for small sparse matrices

arXiv:2006.01623v2
Originality Synthesis-oriented
AI Analysis

This work addresses an incremental improvement in numerical linear algebra for small-scale sparse matrix computations.

The paper tackled the problem of optimal pivot selection for small sparse matrices up to 8x8 in Gaussian elimination, finding that optimal pivots slightly outperform a popular strategy, and a machine learning-based strategy achieved a small improvement over classical methods.

For sparse matrices up to size $8 \times 8$, we determine optimal choices for pivot selection in Gaussian elimination. It turns out that they are slightly better than the pivots chosen by a popular pivot selection strategy, so there is some room for improvement. We then create a pivot selection strategy using machine learning and find that it indeed leads to a small improvement compared to the classical strategy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes