-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Rename MPolynomialRing_generic -> MPolynomialRing_base #25563
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Reviewer: Travis Scrimshaw |
comment:4
Makes sense. LGTM. |
Changed branch from u/jdemeyer/rename_mpolynomialring_generic____mpolynomialring_base to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The name
MPolynomialRing_generic
is confusing because it's not a generic implementation: it's essentially an abstract base class. One cannot create elements of it:Typically, the word "generic" means an implementation which works over any ring, for example:
In two cases, the import of
MPolynomialRing_generic
was simply removed because it was not used.Component: basic arithmetic
Author: Jeroen Demeyer
Branch/Commit:
fc2a02c
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/25563
The text was updated successfully, but these errors were encountered: