Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 644 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 644 Bytes


Multiprocessing and sequential implementation of NumPy matrix operations.

Requirements

  • Python 3.6+
  • NumPy
  • Multiprocessing

Usage

It implements a single-threaded version and a multiprocessing version to speed up the computations.

Run the code with:

python sequential.py

or

python multiprocessing.py

Sample Output

See sample_output.txt for sample output from running the code. (being updated)

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.