Skip to content

MetalheadKen/Strassen-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strassen Algorithm

Implementation of the Strassen Algorithm in C

    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

About

Implementation of the Strassen Algorithm in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages