We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Polynomial
MPolynomial
Polynomial and MPolynomial are separate classes with inconvenient differences in supported methods.
#35076 introduced an empty common abstract base class CommutativePolynomial.
CommutativePolynomial
Next, we can specify the common API by defining abstract methods and providing generic method implementations.
N/A
@tscrim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Problem Description
Polynomial
andMPolynomial
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
The text was updated successfully, but these errors were encountered: