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.
-
Notifications
You must be signed in to change notification settings - Fork 0
andreasstrom/Strassen-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of the Strassen algorithm for matrix multiplication
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published