An open API service indexing awesome lists of open source software.

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: about 1 year ago
JSON representation

Multiply two matrices with different sizes and calculate speed up in parallel and serial modes.

Awesome Lists containing this project

README

          

# Matrix Multiplication

Multiply two matrices with different sizes and calculate speed up in parallel and serial modes.