No description
Find a file
Zhongheng Liu 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
src feat: various fixes 2025-01-22 20:29:02 +02:00
.envrc init: first working impl of determinant 2025-01-22 12:32:22 +02:00
.gitignore init: first working impl of determinant 2025-01-22 12:32:22 +02:00
Cargo.lock init: first working impl of determinant 2025-01-22 12:32:22 +02:00
Cargo.toml init: first working impl of determinant 2025-01-22 12:32:22 +02:00
devenv.lock init: first working impl of determinant 2025-01-22 12:32:22 +02:00
devenv.nix init: first working impl of determinant 2025-01-22 12:32:22 +02:00
devenv.yaml init: first working impl of determinant 2025-01-22 12:32:22 +02:00