mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:03:01 +02:00
| .. | ||
| eigenvalue_methods.py | ||
| linear_algebra_utils.py | ||
| main.py | ||
| matrix_generator.py | ||
| nemeth12_SVD.mat | ||
| nemeth12.mat | ||
| poli3_SVD.mat | ||
| poli3.mat | ||
| processing_type.py | ||
| README.md | ||
| requirements.txt | ||
| richardson_method.py | ||
| spd_2.npz | ||
| spd_5.npz | ||
| spd_10.npz | ||
| spd_50.npz | ||
| tests.py | ||
| time_measurement.py | ||
Create environment
pyenv virtualenv porr
Activate environment
pyenv activate porr
install requirements
pip install -r requirements.txt