An O(n24 n n) Time Matrix Multiplication Algorithm

Abstract

We show, for the input vectors (a0, a1, ..., an-1) and (b0, b1, ..., bn-1), where ai's and bj's are real numbers, after O(n4 n) time preprocessing for each of them, the vector multiplication (a0, a1, ..., an-1)(b0, b1, ..., bn-1)T can be computed in O(4 n n) time. This enables the matrix multiplication for two n× n matrices to be computed in O(n2 4 n n) time.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…