-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
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