Alonso Adrian Martinez Hernandez laentropia
  • Tabasco, Mexico
  • Joined on 2026-03-16
laentropia pushed to main at laentropia/Rusty-Matrices 2026-04-29 17:34:40 -06:00
9b61d89fc4 test: tests for mult
91820b4a73 test: tests for sub
0a23721263 test: tests for add
5ff1370d31 test: solve with inverse
dc4d0c8e73 test: solve with gauss jordan
Compare 22 commits »
laentropia pushed to main at laentropia/Rusty-Matrices 2026-04-29 11:02:08 -06:00
36cb3fb491 addtion/fix: added insert column and row
31256af24c addition: funtion for addign columns and rows
6757e85eaf addition: add row and column
Compare 3 commits »
laentropia pushed to main at laentropia/Rusty-Matrices 2026-04-27 23:46:11 -06:00
41ec49857f fix: gaussian elimination
laentropia pushed to main at laentropia/Rusty-Matrices 2026-04-27 23:41:22 -06:00
1a40c19be3 addition: gauss-jordan-elimination
c739a792f1 refactor: gaussian elimination own funtion
b76689cfc9 refactor: get_row, column adn diagunal uses iterators
2f03d65267 refactor: added result and Matrix Error
5125e5c3c0 refactor: Moved from T to Fractions
Compare 5 commits »
laentropia pushed to main at laentropia/Rusty-Fractions 2026-04-27 20:54:21 -06:00
885bbfeebe fix: Derive PartialOrd and Ord
laentropia pushed to main at laentropia/Rusty-Fractions 2026-04-27 20:13:13 -06:00
62f4943bdb chages to TOML
b4cc07fd30 test: conversions
93b2f06436 test: reciprocal
8ddb7e8385 test: division
ef454ce620 test: multiplication
Compare 8 commits »
laentropia pushed to main at laentropia/Rusty-Matrices 2026-04-27 19:57:21 -06:00
d386838ec7 refactor: adding fractions as a dependency
cc909f9b52 Modified get_determinant eliminating unnecesary loop that went exchanging the columns of the matrix
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
b68c9d9c06 deleted the println used for debugging
1d8accc626 Used cargo fmt
laentropia created branch main in laentropia/Rusty-Matrices 2026-04-27 19:57:21 -06:00
laentropia pushed to main at laentropia/Calculator 2026-04-23 12:39:18 -06:00
e6420cb1c9 add/fix: Added arena implementation and cmake rework
laentropia pushed to main at laentropia/Calculator 2026-04-23 12:34:30 -06:00
f50546bd07 Merge pull request 'feature-AST-using-arena' (#8) from feature-AST-using-arena into main
7ad4eba123 fix/refactor: Modified evaluate and changed it to evaluate_tree
e4ec102cb9 rework: AST now uses an arena for allocation
Compare 3 commits »
laentropia merged pull request laentropia/Calculator#8 2026-04-23 12:34:30 -06:00
feature-AST-using-arena
laentropia created pull request laentropia/Calculator#8 2026-04-23 12:34:05 -06:00
feature-AST-using-arena
laentropia pushed to feature-AST-using-arena at laentropia/Calculator 2026-04-23 12:31:25 -06:00
7ad4eba123 fix/refactor: Modified evaluate and changed it to evaluate_tree
e4ec102cb9 rework: AST now uses an arena for allocation
Compare 2 commits »
laentropia created branch feature-AST-using-arena in laentropia/Calculator 2026-04-23 12:31:25 -06:00
laentropia pushed to main at laentropia/ArrayList 2026-04-23 12:24:00 -06:00
310b25ce1f updates to cmake
laentropia pushed to main at laentropia/Arena 2026-04-23 12:09:36 -06:00
7c7c68381c Update test/CMakeLists.txt
laentropia pushed to main at laentropia/Arena 2026-04-23 12:09:09 -06:00
7af0ca7556 Update CMakeLists.txt
laentropia pushed to main at laentropia/Arena 2026-04-23 12:00:36 -06:00
945aa9a27f better compatility cmake
laentropia pushed to main at laentropia/Arena 2026-04-23 11:59:01 -06:00
8ebaf06d11 changed project name
laentropia pushed to main at laentropia/ArrayList 2026-04-23 11:38:31 -06:00
af03e25979 README update