Skip to content
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

Common API and TestSuite for Polynomial, MPolynomial #35149

Open
1 task done
mkoeppe opened this issue Feb 17, 2023 · 0 comments
Open
1 task done

Common API and TestSuite for Polynomial, MPolynomial #35149

mkoeppe opened this issue Feb 17, 2023 · 0 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Feb 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.

Problem Description

Polynomial and MPolynomial are separate classes with inconvenient differences in supported methods.

Proposed Solution

#35076 introduced an empty common abstract base class CommutativePolynomial.

Next, we can specify the common API by defining abstract methods and providing generic method implementations.

Alternatives Considered

N/A

Additional Information

@tscrim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant