Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 694 Bytes

File metadata and controls

21 lines (14 loc) · 694 Bytes

100% REFACTORED, SIMPLE, CORRECT AND WORKING

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

Strassen Algorithm

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