WUT_Computer_Science/code
2024-11-28 17:51:42 +01:00
..
eigenvalue_methods.py Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
linear_algebra_utils.py Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
main.py feat: changed to proper pytests 2024-10-20 18:27:51 +02:00
matrix_generator.py Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
nemeth12_SVD.mat Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
nemeth12.mat adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
poli3_SVD.mat Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +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: addeed requirements and readme 2024-11-23 14:21:36 +01:00
requirements.txt chore: addeed requirements and readme 2024-11-23 14:21:36 +01:00
richardson_method.py Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
spd_2.npz Add spd_2.npz 2024-11-28 17:51:37 +01:00
spd_5.npz Add spd_5.npz 2024-11-28 17:51:38 +01:00
spd_10.npz Add spd_10.npz 2024-11-28 17:51:39 +01:00
spd_50.npz Add spd_50.npz 2024-11-28 17:51:39 +01:00
spd_100.npz Add spd_100.npz 2024-11-28 17:51:40 +01:00
spd_300.npz Add spd_300.npz 2024-11-28 17:51:41 +01:00
spd_500.npz Add spd_500.npz 2024-11-28 17:51:42 +01:00
tests.py Revert "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-11-28 17:48:11 +01:00
time_measurement.py adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00

Create environment

pyenv virtualenv porr

Activate environment

pyenv activate porr

install requirements

pip install -r requirements.txt