WUT_Computer_Science/code
2024-11-28 17:35:52 +01:00
..
linear_algebra_utils.py add writinf/reading to/from file, remove rest of eigs calcs 2024-11-28 15:02:00 +01:00
main.py feat: changed to proper pytests 2024-10-20 18:27:51 +02:00
matrix_generator.py add writinf/reading to/from file, remove rest of eigs calcs 2024-11-28 15:02:00 +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: 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 add writinf/reading to/from file, remove rest of eigs calcs 2024-11-28 15:02:00 +01:00
tests.py add writinf/reading to/from file, remove rest of eigs calcs 2024-11-28 15:02:00 +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