Go to file
Gromiusz c938e63b7f
Complete all threads functions in Linear Algebra Utils, add new parameters to tests (#5)
* complete threads function (tests FAIL)

Test fail due to indivisibility of the problem into threads. Test is turned to ProcessingType.THREADS!. On ProcessingType.SEQUENTIAL all test PASS.
TODO: make sure that len(problem) is divisible by num of threads. It can be less threads for small problem.

* fixing bugs in linear_algebra_utils, properly adress chunks to threads

* the refactor of the ThreadsLinearAlgebraUtils

* set test to execute both sequential and threads processing types

* Delete unnecessary lines tests.py

* rename scalar_matrix_multiply to scalar_vector_multiply
2024-10-27 20:13:43 +01:00
code Complete all threads functions in Linear Algebra Utils, add new parameters to tests (#5) 2024-10-27 20:13:43 +01:00
report chore: added helloo world latex document 2024-10-18 12:59:03 +02:00
.gitignore chore: python and latex gitignore 2024-10-18 12:17:22 +02:00