working on the rank algorithm
tries to address #5 (closed)
changelog
- the
rank.rs
example now only returns the rank tostdout
- two tests have been added
- one that asserts \text{r}(M^T) = \text{r}(M)
- one that asserts \text{r}(M) \leq \min(n, m)whennandmare the heigth and the width ofMrespectively
- one that asserts
-
Matrix::rank
has been rewritten thanks to ChatGPT, the full prompt can be found in the body of 384d9559 and the algorithm has been refactored and simplified in the following few commits
Note
the two new tests do not pass on e27561bb but do pass on the tip of this MR branch, which indicates that the bugs have been solved
Edited by STEVAN Antoine
Merge request reports
Activity
added 2 commits
added 2 commits
requested review from @j.detchart
assigned to @a.stevan
added 1 commit
- 912e504a - add two comments to explain parts of the algorithm
mentioned in merge request !38 (closed)
enabled an automatic merge when the pipeline for 04cae335 succeeds
mentioned in commit 1171bc3e
Please register or sign in to reply