package
Version:
v0.0.0-...-736f5eb
Opens a new window with list of versions in this module.
Published: Feb 2, 2015
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Strassen Algorithm
The Strassen algorithm is faster than the standard matrix multiplication algorithm and is useful in practice for large matrices.
Time complexity: O(n ^ 2.80)
Pseudocode: Strassen (McGill University)
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.