-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add matrix normal forms #54
Conversation
So I think merging this as close to verbatim from the other repo state as possible is a good idea, so we can track the evolution of the code. We could put specific improvements as tasks in issues. Or what do you think @proux01? |
Yes, for example, the companion matrix has been added to mathcomp already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One needs to update the nix
and opam
packages after that. Maybe it can be done before merging?
So I advocate merging after the release of mathcomp and other packages no to mess with the CI. |
I can update the |
I'll open a PR on nixpkgs |
Here it is: NixOS/nixpkgs#142858 |
In order to include matrix normal forms in CoqEAL (coq-community/coqeal#54) we add a dependency to mathcomp-real-closed.
c826a7a
to
f837e55
Compare
OPAM and Nix packages have been updated, so I'm merging and I will release a 1.1.0. |
Closes #53.
From what I can tell from the diff, the file
similar.v
is completely superseded by thesimilar.v
file here.