Skip to content

Multiprocessing and sequential implementation of NumPy matrix operations.

License

Notifications You must be signed in to change notification settings

mircomacchi/MathPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

Multiprocessing and sequential implementation of NumPy matrix operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages