Koutis; Miller and Peng (Inexact Laplacian Solver SDD Systems Solvers): Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Manual revert |
||
Line 29: | Line 29: | ||
== Year == | == Year == | ||
2011 | |||
== Reference == | == Reference == | ||
https://arxiv.org/abs/ | https://arxiv.org/abs/1003.2958 |
Latest revision as of 11:19, 3 May 2023
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
2011