Skip to content

Conversation

@ybertot
Copy link

@ybertot ybertot commented Mar 29, 2024

Motivation for this change

style improvement, avoiding tactics remember and subst

Things done/to do
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers
  • [ x] tried to abide by the contribution guide
Compatibility with MathComp 1.X
  • I added the label TODO: MC-1 port to make sure someone ports this PR to
    the mathcomp-1 branch or I already opened an issue or PR (please cross reference).
Automatic note to reviewers

Read this Checklist and put a milestone if possible.

move SE : (\matrix_(i < m, j < _) coord (vbasis <<s>>) j s`_i) => S.
move rE : (\rank S) => r; move kE : (m - r)%N => k.
have Dm: (m = k + r)%N by rewrite -kE -rE subnK ?rank_leq_row.
move: s s_s s_Zs s_v S SE rE kE; rewrite Dm=> s s_s s_Zs s_v S SE rE kE.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
move: s s_s s_Zs s_v S SE rE kE; rewrite Dm=> s s_s s_Zs s_v S SE rE kE.
rewrite Dm in s s_s s_Zs s_v S SE rE kE *.

@Tragicus
Copy link

Tragicus commented Apr 2, 2024

I cherry-picked the commits and addressed the comment, so that the review can take place on the original PR and this one can be closed.

@Tragicus Tragicus force-pushed the solve_Qint_span branch 3 times, most recently from 667540b to af62356 Compare February 21, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants