Commit graph

3 commits

Author SHA1 Message Date
333c6c7281
feat(matrix_op): add multiplication
matrix_ops: add matrix multiply capability
chore(fmt): flatten crate directory
tests(ops): add tests for multiplication
2025-01-23 19:06:49 +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