Changes between Initial Version and Version 1 of Ticket #30054
- Timestamp:
- 07/03/20 16:01:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30054 – Description
initial v1 1 After #29629, we propose to make the Polynomial class should inherit from the abstract class SkewPolynomial(since a lot of codes is shared between these two classes and a normal polynomial is just a skew polynomial under the identity map).1 After #29629, we propose to make the class `Polynomial` inherit from the abstract class `SkewPolynomial` (since a lot of codes is shared between these two classes and a normal polynomial is just a skew polynomial under the identity map). 2 2 3 3 Any comment?