Direct solution of piecewise linear systems
Manuel Radons

TL;DR
This paper introduces a modified Gaussian elimination method called signed Gaussian elimination for solving certain classes of absolute value equations efficiently, which are generally NP-hard but become tractable under specific conditions.
Contribution
It presents a new direct solution method for specific classes of absolute value equations, extending Gaussian elimination techniques to handle piecewise linear systems efficiently.
Findings
The signed Gaussian elimination algorithm matches classical Gaussian elimination complexity for dense matrices.
For tridiagonal systems, the method's cost is comparable to sorting n numbers.
The paper establishes the sharpness of the restrictions on matrix S for the method's applicability.
Abstract
Let be a real matrix, , and the componentwise modulus of . Then the piecewise linear equation system is called an \textit{absolute value equation} (AVE). It has been proven to be equivalent to the general \textit{linear complementarity problem}, which means that it is NP hard in general. We will show that for several system classes the AVE essentially retains the good natured solvability properties of regular linear systems. I.e., it can be solved directly by a slightly modified Gaussian elimination that we call the signed Gaussian elimination. For dense matrices this algorithm has the same operations count as the classical Gaussian elimination with symmetric pivoting. For tridiagonal systems in variables its computational cost is roughly that of sorting floating point numbers. The sharpness of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
