-
Notifications
You must be signed in to change notification settings - Fork 4
Add cyclotomic factorization #276
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #276 +/- ##
==========================================
- Coverage 95.10% 94.97% -0.13%
==========================================
Files 13 14 +1
Lines 920 956 +36
==========================================
+ Hits 875 908 +33
- Misses 45 48 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I'd like to wait for Nemocas/AbstractAlgebra.jl#2058 to extend the factorization to universal polynomials. This is useful to factor the group order of non-simple generic character tables, i.e. tables containing generic cyclotomic numbers. |
@SoongNoonien AA v0.44.12 is out now |
ed2d186
to
0434f38
Compare
Co-authored-by: Lars Göttgens <[email protected]>
This should replace thofma/Hecke.jl#1784. But if we merge this here we should also try to provide a method for multivariate/universal polynomials as these are also very common here.