Refactoring (c) 2021 by dbj@dbj.org -- https://dbj.org/license_dbj
Clang or GCC are required. Built on WIN10 using TDM-GCC-64 or clang 11.0.0.
Original README
Implementation of the Strassen Algorithm in C, by Ken Dai aka MetalheadKen
The Strassen algorithm, is an algorithm for matrix multiplication. It is faster
than the standard matrix multiplication algorithm, but would be slower than the
fastest known algorithms for extremely large matrices.
Referenced by Wikipedia