Commit graph

15 commits

Author SHA1 Message Date
fc379614c7
Merge branch 'master' of homelab-fedora:stvnliu/matrix-rs 2025-01-23 00:24:53 +02:00
cb6107cbcb
chore: add cargo description 2025-01-23 00:24:41 +02:00
eda43e57f4
chore: add cargo description 2025-01-23 00:23:42 +02:00
2a48902154
chore: bump project version 2025-01-23 00:22:48 +02:00
8483c145d9
docs: write more documentation 2025-01-23 00:22:12 +02:00
baf4264ea1
chore(meta): update name and metadata 2025-01-23 00:01:29 +02:00
3e66414009
chore: update cargo toml 2025-01-22 20:53:09 +02:00
7743b25ecb
chore(cargo): convert project to lib
now the project is called libmatrix
2025-01-22 20:35:06 +02:00
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