https://github.com/anvari1313/matrix-multiplication
Multiply two matrices with different sizes and calculate speed up in parallel and serial modes.
https://github.com/anvari1313/matrix-multiplication
cpp cpp17 multithreading openmp parallel-computing
Last synced: 10 months ago
JSON representation
Multiply two matrices with different sizes and calculate speed up in parallel and serial modes.
- Host: GitHub
- URL: https://github.com/anvari1313/matrix-multiplication
- Owner: anvari1313
- Created: 2019-04-04T17:54:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T19:00:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T17:34:10.325Z (12 months ago)
- Topics: cpp, cpp17, multithreading, openmp, parallel-computing
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Multiplication
Multiply two matrices with different sizes and calculate speed up in parallel and serial modes.