Skip to content

This application aims to multiply a random matrix to itself using multiple processes

Notifications You must be signed in to change notification settings

haris-sohail/Multi-process-Matrix-Multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Multi-process-Matrix-Multiplier

This application has the following features:
👉 This application aims to multiply a random matrix to itself using multiple processes
👉 Creates a random N x N matrix and populates it with random values
👉 Creates number of processes
👉 Each of the process has responsibility of multiplying one row to one column
👉 Each process stores its result in a text file
👉 The final process reads the text file and outputs the result

About

This application aims to multiply a random matrix to itself using multiple processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages