Koutis; Miller and Peng (Inexact Laplacian Solver SDD Systems Solvers)
Revision as of 11:15, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $\tilde{O}(m log n)$ == Space Complexity == $O(n)$ words (Derived: Uses an auxiliary chain of graphs, which can be kept track of with a single spanning tree) == Description == Incremental sparsifier == Approximate? == Approximate Approximation Factor: \epsilon == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 2010 == Reference == https://arxiv.org/abs/1102.4842")
Time Complexity
$\tilde{O}(m log n)$
Space Complexity
$O(n)$ words
(Derived: Uses an auxiliary chain of graphs, which can be kept track of with a single spanning tree)
Description
Incremental sparsifier
Approximate?
Approximate
Approximation Factor: \epsilon
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2010