-
Notifications
You must be signed in to change notification settings - Fork 275
Workshop 2025 October
Ricardo Buring edited this page Nov 1, 2025
·
12 revisions
October 27–31, 2025
https://flintlib.github.io/workshop2025_october.html
https://sagemath.zulipchat.com/#narrow/stream/408539-flint
People: Vincent, Fredrik, Albin, Dimitri, Maël
- Faster and sparser construction of irreducible polynomials over GF(p) #2417
- Add fast nmod_vec_invert: #2432
- Preconditioned modular multiplication for nmod_poly #2444
- First version of multipoint evaluation at points in geometric progression for
nmod_poly: close to ready #2449 - Many additions of randomisation functions #2448, #2430
- First version of truncated FFT in
n_fftin progress, #2107 will be updated soon
People: Guillaume, Fredrik
- Fixing initial value selection #2422
People: Rubén, Fredrik
- Plans for new implementations: #2447
People: Ricardo, Fredrik, Marc
- Complex multiplication for generics and fmpzi #2440
- Kronecker substitution multiplication for
gr_polywith polynomial coefficients #2441 - Add
gr_mpoly_derivativeandgr_mpoly_integral#2431 - Access to generator names #2314
- Add
_gr_mpoly_normaliseto remove zero coefficients #2439 - Minor fixes #2450
People: Marc
- Some progress on the implementation of error bounds (part of #2186)
People: Joel
- Improve
arb_min/max/minmaxfor non-overlapping input #2456
People: Ricardo
- Add
jet_polyexample with total derivative #2451 (draft)
People: Albin, Fredrik
- Provide
inlines.cforacb_theta#2413 - Trigger CI only when necessary #2433
- Test documentation on CI without building PDF on pull requests #2435
- Fix some compiler warnings #2429
- Push
-Wmissing-prototypesby default to CFLAGS #2438 - General CI updates #2453, #2454, #2463 (and more incoming)
- Fix inline assembly for x86 processors #2460
- Fix linking of symbol
d_randtestin tests as this messes with static libraries #2459 - Declare a lot of internal functions as
static, and (temporarily) declare some other internal functions in*/impl.hheaders #2452 - Started investigating issue #2340