aronszanto / strassen

C++ Implementation of Fast Matrix Multiplication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 99.7%Language:Makefile 0.3%