Tag: Multiplication

Better-than-Cubic Complexity for Matrix Multiplication in Rust

Years ago, I wrote an implementation of the Strassen matrix multiplication algorithm in C++, and recently re-implemented it in Rust as I continue to learn the language. This was a useful exercise in learning about Rust performance characteristics and optimization techni...