0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
print on stderr which output format is used More... almost 17 years ago
added command-line option to give the size of the report list on the rational side More... almost 17 years ago
config.h removed from version control, it is a host-local config file. More... almost 17 years ago
made the code more modular, and recompute the connected components from time to time (current strategy is when excess is halved) More... almost 17 years ago
more documentation for sqrt code in magma
thome
as Emmanuel Thomé
More... almost 17 years ago
also read alim in mkroots.sh
thome
as Emmanuel Thomé
More... almost 17 years ago
added matprune in clean target More... almost 17 years ago
added mkroots.sh ; updated README ; updated linalg/Makefile
thome
as Emmanuel Thomé
More... almost 17 years ago
matsort: removed unused weight information matprune: new program to reduce excess of relations checknorms: limited some warnings to 10 occurrences README: added example of using matprune More... almost 17 years ago
added new timings, print revision number More... almost 17 years ago
added a few more comments, and how to use matsort More... almost 17 years ago
it's better not to define cputime() static to export it... More... almost 17 years ago
moved function cputime() from cado.h to libutils More... almost 17 years ago
missing Abs() More... almost 17 years ago
case v odd More... almost 17 years ago
matsort: new program to sort a matrix file to speed up linalg (might become useless once we have block-Lanczos or block-Wiedemann) More... almost 17 years ago
typo in README More... almost 17 years ago
global README, with an example More... almost 17 years ago
cado.h: relation_t now contains exponent field relation.c: rewritten to use the exponent field of relation_t procrels.c: now first reduce exponents mod 2, and does not include bad primes in output (corresponding columns had only zeros) More... almost 17 years ago
cleanup naive sqrt More... almost 17 years ago
oups, forgot changes in checknorms More... almost 17 years ago
some missing files in previous commit More... almost 17 years ago
put all utilities in a subdir and a libutils.a More... almost 17 years ago
ratsqrt: mod N, not mod m More... almost 17 years ago
now share polynomial input routines with polyfile.c More... almost 17 years ago
optimization flags were forgotten for gauss, now twice faster More... almost 17 years ago
Fixed undefined SIEVE_BLOCKING More... almost 17 years ago
Fixed bug that caused relations with extremely smooth norm to be missed sometimes. Added multi-level cache blocking, but no speedup I can see. Content of config.h changed, see README.siever More... almost 17 years ago
now use directly subversion revision number More... almost 17 years ago
magma code for the sqrt ; extracted from an external project. This handles a more general situation than in NFS, since arbitrary e-th roots are computed. On the other hand, the files taken as input differ. An example fileset is also given.
thome
as Emmanuel Thomé
More... almost 17 years ago