Commit graph

7 commits

Author SHA1 Message Date
fcf4d05b8a
feat: various fixes
clippy: rm unnecessary borrows
structure: move struct definitions around
tests: add unit test for matrix operations
errors: add custom error types
2025-01-22 20:29:02 +02:00
d59f83753e
fix: fixed row/column check in add 2025-01-22 13:57:38 +02:00
e0f006dcf4
chore: update main rs to test 2025-01-22 12:59:39 +02:00
268080fbab
chore: cleanup some things 2025-01-22 12:59:19 +02:00
6357661920
fix: fixed incorrect determinant sum 2025-01-22 12:58:56 +02:00
9a3a05ce55
feat: add display trait to matrix 2025-01-22 12:57:22 +02:00
8bb435ab10
init: first working impl of determinant
types: added initial matrix definition and impl blocks
2025-01-22 12:32:22 +02:00