Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 394 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 394 Bytes

Row-wise Parallel Matrix Multiplication

This program implements row-wise parallel multiplication where the user specifies the number of threads that should be created. While matrices can be arbitrary in size, their entries are randomly selected values in (0,1). Once specifing a set of thread values the program will time each respective multiplcation and plot the final results together.