1
0
Commit Graph

12 Commits

Author SHA1 Message Date
3ec62d99f7 Finish vector.py;
Adjust matrix.py for use of vector.py as subclass;
Adjust vector.py and matrix.py to match test_serial.py
2024-02-22 02:21:05 +01:00
91f4191a65 Rewrite matrix.py to match test_serial.py and to be less dependent on numpy 2024-02-14 23:51:35 +01:00
e914001d8d Major changes preparing to satisfy given test_serial.py 2024-01-18 16:02:20 +01:00
c837b75604 Code cleanup 2024-01-13 14:00:04 +01:00
71f6c19f51 Finalize vector.py 2024-01-13 13:53:21 +01:00
15fb2d096e Add initial vector_mpi.py 2024-01-13 12:55:53 +01:00
0450811b0c Finalize matrix.py 2024-01-13 12:55:34 +01:00
b9c03b5d5f Reformat constructor of class Matrix in matrix.py to match to non-None values instead of instance checking;
More implementation of operators in class Matrix
2023-12-25 19:25:33 +01:00
71fa91644e Change type of Matrix data from list to numpy.ndarray;
Restructure tests to use directly == on a Matrix using ==.all() from numpy.ndarray;
Further implementation of the Matrix class
2023-12-15 01:47:16 +01:00
4aacfe8473 Add class matrix.py (wip) 2023-12-12 16:34:54 +01:00
fadde30a06 Initial 2023-12-12 14:31:09 +01:00
004b64a0df Initial commit 2023-12-12 14:23:52 +01:00