Skip to content

Repository files navigation

strassen

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

About

C++ Implementation of Fast Matrix Multiplication

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages