1
0
Go to file
2024-02-14 23:51:35 +01:00
src Rewrite matrix.py to match test_serial.py and to be less dependent on numpy 2024-02-14 23:51:35 +01:00
test Rewrite matrix.py to match test_serial.py and to be less dependent on numpy 2024-02-14 23:51:35 +01:00
LICENSE Initial commit 2023-12-12 14:23:52 +01:00
README.md Code cleanup 2024-01-13 14:00:04 +01:00

Project for PWR

Project in python for module "Praktikum Wissenschaftliches Rechnen" in "Applied Mathematics" at TU Bergakademie Freiberg.

Task

Implement MPI parallel Matrix and Vector classes in Python and apply them to a numerical problem / algorithm.