WUT_Computer_Science/code
Gromiusz b02117c11b
Add Interface for Extending Parallel Processing Methods (#4)
* 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
2024-10-25 17:01:19 +02:00
..
eigenvalue_methods.py Add Interface for Extending Parallel Processing Methods (#4) 2024-10-25 17:01:19 +02:00
linear_algebra_utils.py Add Interface for Extending Parallel Processing Methods (#4) 2024-10-25 17:01:19 +02:00
main.py feat: changed to proper pytests 2024-10-20 18:27:51 +02:00
matrix_generator.py feat: made max iterations obligatory argument 2024-10-20 19:06:15 +02:00
processing_type.py Add Interface for Extending Parallel Processing Methods (#4) 2024-10-25 17:01:19 +02:00
richardson_method.py Add Interface for Extending Parallel Processing Methods (#4) 2024-10-25 17:01:19 +02:00
tests.py Add Interface for Extending Parallel Processing Methods (#4) 2024-10-25 17:01:19 +02:00