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

https://github.com/mostafagalal1/matrix_multiplication

C program that performs matrix multiplication using three approaches the ordinary one which uses one thread, multiplying for row per thread and multiplying for element per thread. The program reads input matrices from files, multiplies them using a specified number of threads, and writes the resulting matrix to an output file.
https://github.com/mostafagalal1/matrix_multiplication

implementation linux matrix-multiplication operating-system threading

Last synced: about 1 year ago
JSON representation

C program that performs matrix multiplication using three approaches the ordinary one which uses one thread, multiplying for row per thread and multiplying for element per thread. The program reads input matrices from files, multiplies them using a specified number of threads, and writes the resulting matrix to an output file.

Awesome Lists containing this project