Skip to content

andreasstrom/Strassen-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Strassen Algroithm for matrix multiplication

An implementation of the Strassen algorithm in C. This implementation stores the matrices as 1D arrays, utilizes a stride-1 naive algorithm for multiplying "small enough" matrices, and is parallelized for 1, 7 or 49 threads using POSIX threads.

About

Implementation of the Strassen algorithm for matrix multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published