init: first working impl of determinant

types: added initial matrix definition and impl blocks
This commit is contained in:
Zhongheng Liu 2025-01-22 12:32:22 +02:00
commit 8bb435ab10
Signed by: steven
GPG key ID: 805A28B071DAD84B
10 changed files with 279 additions and 0 deletions

7
Cargo.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "matrix-rs"
version = "0.1.0"