mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
* Add choice between sequential or parallel(threads) processing The LinearAlgebraUtils class has been changed to abstract class. * remove needless imports and move the functionality from constructor to the function * add ProcessingType class for a more transparent selection of methods * the refactor of the assign_method * rename the assign_method method |
||
|---|---|---|
| .. | ||
| eigenvalue_methods.py | ||
| linear_algebra_utils.py | ||
| main.py | ||
| matrix_generator.py | ||
| processing_type.py | ||
| richardson_method.py | ||
| tests.py | ||