No description
Find a file
erius 25c1f55254 Changed generic type T of matrix to only accept Num + Clone
Derived some traits for Matrix
Added panic when forming minor of a 2x2 matrix
Added row iteration and indexed (i, j) element iteration
Added more tests to Matrix
2024-05-14 14:24:54 +03:00
src Changed generic type T of matrix to only accept Num + Clone 2024-05-14 14:24:54 +03:00
.gitignore Initial commit 2024-05-11 01:59:56 +03:00
Cargo.lock Initial commit 2024-05-11 01:59:56 +03:00
Cargo.toml Initial commit 2024-05-11 01:59:56 +03:00