Jump to content

Matrix multiplication algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yewang315 (talk | contribs) at 15:59, 8 February 2009 (Matrix multiplication algorithm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Matrix multiplication algorithms are the algorithms to solve matrix multiplication. As a fundamental operation, matrix multiplication would give more efficient algorithms for many standard linear algebra problems, and even graph algorithms.

The