2f03d65267
refactor: added result and Matrix Error
laentropia2026-04-27 21:39:26 -06:00
5125e5c3c0
refactor: Moved from T to Fractions
laentropia2026-04-27 21:00:51 -06:00
d386838ec7
refactor: adding fractions as a dependency
laentropia2026-04-27 19:57:17 -06:00
cc909f9b52
Modified get_determinant eliminating unnecesary loop that went exchanging the columns of the matrix
LaEntropiaa2025-10-29 22:34:50 -06:00
b8005a5a97
Added more tests for get_determinant(), trying modifiyng for eliminating unnecessary while loop for checking exchanging columns (beacuase is pointles if you check rows), if everything still works then next commit will have that change
LaEntropiaa2025-10-29 22:26:05 -06:00
b68c9d9c06
deleted the println used for debugging
LaEntropiaa2025-10-29 15:14:20 -06:00
03f6211e69
Holy shit, we got determinant, it works now, added a few mwthods (tested all) for helping, also started testing get_determinant, had errors with precision so now i implement Float trait from num_traits so that there are no precision errors (also caused lots of trouble changing the tests)
LaEntropiaa2025-10-29 15:11:33 -06:00
f1961c47b5
Added method exchange columns and their respective tests, also modified set and get adding a check of index
LaEntropiaa2025-10-29 07:27:05 -06:00
35f8d0e719
Added exchange_rows method for assisting with getting the determinant, tests are still pending
LaEntropiaa2025-10-10 07:50:21 -06:00