PSOS algorithm (Integer Relation Integer Relation)
Revision as of 11:17, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{3})$ == Space Complexity == $O(n^{2})$ words (Derived: Uses multiple nxn auxiliary matrices) == Description == Partial Sum of Squares == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1988 == Reference == https://www.ams.org/journals/mcom/1989-53-188/S0025-5718-1989-0979934-9/S0025-5718-1989-0979934-9.pdf")
Time Complexity
$O(n^{3})$
Space Complexity
$O(n^{2})$ words
(Derived: Uses multiple nxn auxiliary matrices)
Description
Partial Sum of Squares
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1988