Exact Matrix Factorization Updates for Nonlinear Programming
Adolfo R. Escobedo

TL;DR
This paper presents a novel, roundoff-error-free matrix factorization method using rank-one updates and integer-preserving arithmetic, significantly improving efficiency and accuracy in solving sequences of linear systems in nonlinear programming.
Contribution
It introduces rank-one update algorithms within the REF framework, enabling efficient, exact solutions to linear systems with theoretical guarantees and substantial computational speedups.
Findings
Achieves up to 75x faster run-times on dense matrices
Provides polynomial bounds on coefficient sizes without GCD operations
Ensures roundoff-error-free solutions in nonlinear programming contexts
Abstract
LU and Cholesky matrix factorization algorithms are core subroutines used to solve systems of linear equations (SLEs) encountered while solving an optimization problem. Standard factorization algorithms are highly efficient but remain susceptible to the accumulation of roundoff errors, which can lead solvers to return feasibility and optimality claims that are actually invalid. This paper introduces a novel approach for solving sequences of closely related SLEs encountered in nonlinear programming efficiently and without roundoff errors. Specifically, it introduces rank-one update algorithms for the roundoff-error-free (REF) factorization framework, a toolset built on integer-preserving arithmetic that has led to the development and implementation of fail-proof SLE solution subroutines for linear programming. The formal guarantees of the proposed algorithms are established through 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.
Taxonomy
TopicsMatrix Theory and Algorithms · Advanced Optimization Algorithms Research · graph theory and CDMA systems
