-
Notifications
You must be signed in to change notification settings - Fork 4
Add Greenfunctions table for E8c2
#282
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #282 +/- ##
=======================================
Coverage 94.91% 94.91%
=======================================
Files 13 13
Lines 905 905
=======================================
Hits 859 859
Misses 46 46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
As you just pointed out to me orally, it would be good to have an info string in this. Perhaps @frankluebeck can provide us with a few lines about the origin of this table. Also, what does "c2" mean in "E8c2" ? |
This file is really just intended as a temporary larger example for testing. Of course, the information entry could be extended a bit, say:
I cannot make further comments because after a When I understand the code in Isn't there a way to compute in a quadratic extension of K[q] with most entries in this base ring? |
So it isn't of any actual interest?
It will most certainly compile after a |
Multivariate polynomials are stored sparsely and so only one int entry in each exponent vector gets doubled. |
Unfortunately, we are dealing with univariate polynomials in this case. |
This file is based on a test file from @frankluebeck. It should be correct now. But not very elegant.