1
0
Go to file
2023-12-25 19:25:33 +01:00
src Reformat constructor of class Matrix in matrix.py to match to non-None values instead of instance checking; 2023-12-25 19:25:33 +01:00
test Reformat constructor of class Matrix in matrix.py to match to non-None values instead of instance checking; 2023-12-25 19:25:33 +01:00
LICENSE Initial commit 2023-12-12 14:23:52 +01:00
README.md Add class matrix.py (wip) 2023-12-12 16:34:54 +01:00

Project for PWR

Project in python for module "Praktikum Wissenschaftliche 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.