Skip to content

hpassmore/JavaMatrixMult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#JavaMatrixMult
This is a multithreaded matrix multiplication calculator written in Java. 

Each cell in the result matrix is calculated by a unique thread.

Main method is in GUI class. 

Logic for matrix multiplication is in runner and workerthread classes.

About

Multithreaded matrix multiplication GUI created for CS 372: Operating Systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages