WUT_Computer_Science/code
2024-11-13 17:20:42 +01:00
..
eigenvalue_methods.py fixing 2024-11-12 20:50:25 +01:00
linear_algebra_utils.py adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
main.py feat: changed to proper pytests 2024-10-20 18:27:51 +02:00
matrix_generator.py fixing 2024-11-12 20:50:25 +01:00
nemeth12.mat adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
poli3.mat adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
processing_type.py after rebase 2024-11-10 18:22:36 +01:00
README.md chore: added readme and requirements file 2024-11-13 17:20:42 +01:00
requirements.txt chore: added readme and requirements file 2024-11-13 17:20:42 +01:00
richardson_method.py adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
tests.py adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
time_measurement.py adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00

Activate environment

pyenv activate porr

install requirements

pip install -r requirements.txt