Faster Dynamic Matrix Inverse for Faster LPs
Abstract
Motivated by recent Linear Programming solvers, we design dynamic data structures for maintaining the inverse of an real matrix under updates, with polynomially faster amortized running time. Our data structure is based on a recursive application of the Woodbury-Morrison identity for implementing low-rank updates, combined with recent sketching technology. Our techniques and amortized analysis of multi-level partial updates, may be of broader interest to dynamic matrix problems. This data structure leads to the fastest known LP solver for general (dense) linear programs, improving the running time of the recent algorithms of (Cohen et al.'19, Lee et al.'19, Brand'20) from to , where and are the fast matrix multiplication exponent and its dual. Hence, under the common belief that and , our LP solver runs in time instead of .
Cite
@article{arxiv.2004.07470,
title = {Faster Dynamic Matrix Inverse for Faster LPs},
author = {Shunhua Jiang and Zhao Song and Omri Weinstein and Hengjie Zhang},
journal= {arXiv preprint arXiv:2004.07470},
year = {2020}
}