Coppersmith–Winograd algorithm (Matrix Multiplication Matrix Product): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 10:17, 28 April 2023

Time Complexity

$O(n^{2.{375}5})$

Space Complexity

$O(n^{2})$ words

(Re-use of space in recursive branches)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1990

Reference

http://www.cs.umd.edu/~gasarch/TOPICS/ramsey/matrixmult.pdf