Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 164 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 164 Bytes

strassen

Multithreaded C++ implementation of fast matrix multiplication algorithm. Asymptotic runtime is O(N^2.8074), as compared with standard O(N^3) runtime.