|
|
c739a792f1
|
refactor: gaussian elimination own funtion
|
2026-04-27 22:18:34 -06:00 |
|
|
|
b76689cfc9
|
refactor: get_row, column adn diagunal uses iterators
|
2026-04-27 22:07:37 -06:00 |
|
|
|
2f03d65267
|
refactor: added result and Matrix Error
|
2026-04-27 21:39:26 -06:00 |
|
|
|
5125e5c3c0
|
refactor: Moved from T to Fractions
|
2026-04-27 21:00:51 -06:00 |
|
|
|
d386838ec7
|
refactor: adding fractions as a dependency
|
2026-04-27 19:57:17 -06:00 |
|
|
|
cc909f9b52
|
Modified get_determinant eliminating unnecesary loop that went exchanging the columns of the matrix
|
2025-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
|
2025-10-29 22:26:05 -06:00 |
|
|
|
b68c9d9c06
|
deleted the println used for debugging
|
2025-10-29 15:14:20 -06:00 |
|
|
|
1d8accc626
|
Used cargo fmt
|
2025-10-29 15:13:06 -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)
|
2025-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
|
2025-10-29 07:27:05 -06:00 |
|
|
|
35f8d0e719
|
Added exchange_rows method for assisting with getting the determinant, tests are still pending
|
2025-10-10 07:50:21 -06:00 |
|
|
|
46fb92d114
|
testing token
|
2025-10-07 11:53:10 -06:00 |
|