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.

August 20, 2025 · 3 min · Henry Wang