|
|
c1f29d7302
|
test: tests for exchange_columns
|
2026-04-29 16:09:30 -06:00 |
|
|
|
03b17391c4
|
test: tests for set_column
|
2026-04-29 16:07:30 -06:00 |
|
|
|
6d8ec6cfca
|
test: tests for set_row
|
2026-04-29 15:58:48 -06:00 |
|
|
|
03ef7526f1
|
test: test set
|
2026-04-29 15:55:38 -06:00 |
|
|
|
622e23be42
|
test: test for get_diagonal
|
2026-04-29 15:53:10 -06:00 |
|
|
|
03254dcad7
|
test: test for get_column
|
2026-04-29 15:51:46 -06:00 |
|
|
|
2ef0e479ef
|
test: tests for get_row
|
2026-04-29 15:50:22 -06:00 |
|
|
|
cb130f5d86
|
test: tests for get
|
2026-04-29 15:42:33 -06:00 |
|
|
|
b376e3018a
|
test: test for new
|
2026-04-29 15:38:47 -06:00 |
|
|
|
410d963f39
|
addition: solve by inverse
|
2026-04-29 15:28:49 -06:00 |
|
|
|
8db0ebb977
|
addtion: matrix solution by gauss jordan
|
2026-04-29 12:25:03 -06:00 |
|
|
|
23b78eedd9
|
addition: inverse no ttested, nothing at all
|
2026-04-29 11:55:39 -06:00 |
|
|
|
36cb3fb491
|
addtion/fix: added insert column and row
|
2026-04-29 11:02:05 -06:00 |
|
|
|
31256af24c
|
addition: funtion for addign columns and rows
|
2026-04-28 17:37:00 -06:00 |
|
|
|
6757e85eaf
|
addition: add row and column
|
2026-04-28 07:23:28 -06:00 |
|
|
|
41ec49857f
|
fix: gaussian elimination
|
2026-04-27 23:46:01 -06:00 |
|
|
|
1a40c19be3
|
addition: gauss-jordan-elimination
|
2026-04-27 23:41:18 -06:00 |
|
|
|
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 |
|