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
42ebe9c053
feat: temporary remove calculatimng richardson convergence
2024-10-25 11:56:59 +02:00
kuhyx
76815542f5
Merge pull request #3 from kuhyx/kuhy
...
Kuhy
2024-10-21 14:17:29 +02:00
6946035518
feat: compare norms calculated by richardson vs numpy
2024-10-20 19:34:12 +02:00
cb179a76ce
chore: moved debug prints to separate function
2024-10-20 19:20:38 +02:00
70c0da16c0
fix: calculations of inverse matrix
2024-10-20 19:19:31 +02:00
d74da05da8
feat: made max iterations obligatory argument
2024-10-20 19:06:15 +02:00
9014c37064
feat: can run tests independently
2024-10-20 18:39:01 +02:00
838d5ed563
fix: removed adding "size" to self values
2024-10-20 18:32:12 +02:00
ea98dc9712
feat: changed to proper pytests
2024-10-20 18:27:51 +02:00
76ace2b76c
feat: reworked convergence calculations
2024-10-20 18:09:06 +02:00
d3b0e8e0cc
feat: convergence method suggested by wikipedia
2024-10-20 17:47:37 +02:00
aleksandrasob
52d6012092
Add sequential version of Richardson's algorithm and first tests
2024-10-20 16:30:42 +02:00
Gromiusz
ac3ca89815
feat: richardson with threads - add_elements and substract_elements methods
2024-10-19 23:39:42 +02:00
Gromiusz
5e68bddc64
feat: refactor main and richardson to be modular
2024-10-19 23:24:26 +02:00
6124e2db6a
chore: added helloo world latex document
2024-10-18 12:59:03 +02:00
c865b8b1a0
feat: simple test and non-numpy sequential Richardson
2024-10-18 12:33:00 +02:00
8b0d680fbd
chore: python and latex gitignore
2024-10-18 12:17:22 +02:00