Multiprocessing and sequential implementation of NumPy matrix operations.
- Python 3.6+
- NumPy
- Multiprocessing
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
See sample_output.txt for sample output from running the code. (being updated)
This project is licensed under the MIT License - see the LICENSE file for details.