Skip to content

is_derive_mulmx - #2040

Merged
affeldt-aist merged 3 commits into
math-comp:masterfrom
yosakaon:16juil
Jul 31, 2026
Merged

is_derive_mulmx#2040
affeldt-aist merged 3 commits into
math-comp:masterfrom
yosakaon:16juil

Conversation

@yosakaon

@yosakaon yosakaon commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
Motivation for this change

This PR completes #1891 (comment) with is_derive for matrix multiplication.

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Merge policy

As a rule of thumb:

  • PRs with several commits that make sense individually and that
    all compile are preferentially merged into master.
  • PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers

@yosakaon

yosakaon commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

it is worth noting that Hint Extern 0 (is_derive _ _ (fun x => _ *m _) _) => apply: is_derive_mulmx : typeclass_instances. will help solve harder goals while leaving simple apply fails!

@affeldt-aist affeldt-aist added this to the 1.17.0 milestone Jul 28, 2026
@affeldt-aist affeldt-aist added the enhancement ✨ This issue/PR is about adding new features enhancing the library label Jul 30, 2026
@affeldt-aist

Copy link
Copy Markdown
Member

it is worth noting that Hint Extern 0 (is_derive _ _ (fun x => _ *m _) _) => apply: is_derive_mulmx : typeclass_instances. will help solve harder goals while leaving simple apply fails!

Do you want to do something about this in this PR or produce an issue to deal with it later?
(I am asking for the release of MathComp-Analysis 1.17.0.)

@affeldt-aist

Copy link
Copy Markdown
Member

I created an issue (#2069) so that we can merge without forgetting about your observation.

@affeldt-aist
affeldt-aist merged commit a912420 into math-comp:master Jul 31, 2026
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement ✨ This issue/PR is about adding new features enhancing the library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants