Matrix-Multiply Benchmarks in C: Naive vs. Strassen (with clean pseudocode)
My tiny C framework for timing dense matmul. What’s implemented (naive + Strassen), how to run it, and the exact pseudocode I map into C.
My tiny C framework for timing dense matmul. What’s implemented (naive + Strassen), how to run it, and the exact pseudocode I map into C.