0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
better computation of positions More... about 12 years ago
No need to convert large polynomials to unsigned int. More... about 12 years ago
Implement a recursive visit of a vector space to test charac 3. (not yet ready, though). More... about 12 years ago
Added dirclean target to Makefile. More... about 12 years ago
Support for out-of-source build in Makefile. More... about 12 years ago
continue the conversion of position calculus More... about 12 years ago
construction of factor base in charac 3 More... about 12 years ago
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//sieve4ffs/sieve4ffs More... about 12 years ago
Fixed bug in fppol*_invmod() when deg(p) = 0. More... about 12 years ago
Minor code beautification. More... about 12 years ago
Emmanuel's 7-op addition over GF(3). More... about 12 years ago
No use for fppol_set_ui() anymore. More... about 12 years ago
Cast malloc return types. More... about 12 years ago
start to make the code gf3-compatible More... about 12 years ago
Input/output functions for ffspol_t. More... about 12 years ago
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//sieve4ffs/sieve4ffs More... about 12 years ago
Length of string representation of a polynomial. More... about 12 years ago
remove old decl of fppol_set_ui More... about 12 years ago
adapt code to new ffspol type More... about 12 years ago
Typos in ffspol.c. More... about 12 years ago
Clean GMP-like interface for ffspol_t. More... about 12 years ago
Renamed member "limb" to "limbs" in fppol_t. More... about 12 years ago
Magma checker now emulates the fact that the sieve does not handle yet the projective roots. More... about 12 years ago
Take another choice for the testing polynomials: the code for checking that no ramification occurred was bugguy. And for the moment, we really want something unramified. More... about 12 years ago
[params.c145] updated More... about 12 years ago
debuging tools More... about 12 years ago
Added aliases for fppol*_{,monic}_{get,set}_ui(). More... about 12 years ago
fppol*_{set,get}_ui() and fppol*_monic_{set,get}_ui() for integer conversion. More... about 12 years ago
GCD computation in fppol. Use it to select only primitive (i,j) pairs. More... about 12 years ago
better printing of relations More... about 12 years ago