Up to [local] / OpenXM_contrib2 / asir2018 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 29 09:19:33 2021 UTC (2 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (colored) to selected 1.3 (colored)
Improved comp_sig_monomial().
Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 26 02:41:05 2020 UTC (4 years ago) by noro
Branch: MAIN
Changes since 1.10: +3 -2
lines
Diff to previous 1.10 (colored) to selected 1.3 (colored)
Added switches for controling sba: sba_pot, sba_f4step, sba_largelcm. Added a switch for controling f4: f4_td.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 3 03:37:59 2020 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored) to selected 1.3 (colored)
Removed unnecessary arguments in nd_sba_buch() etc.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 30 01:52:17 2020 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.8: +6 -4
lines
Diff to previous 1.8 (colored) to selected 1.3 (colored)
Added experimental code for F4-type sba.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 19 10:18:13 2020 UTC (4 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.7: +15 -3
lines
Diff to previous 1.7 (colored) to selected 1.3 (colored)
Added an experimental implementation of a signature based algorithm nd_sba(Base,Vars,Characteristic,Ord). (No correctness)
Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 21 00:37:47 2019 UTC (5 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) to selected 1.3 (colored)
Added dpm_set_schreyer() for setting a schreyer ordering. Added and modified several functions for treating DPM (module element over a polynomial ring with distributed representation).
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 23 04:53:38 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)
Improved nm_ind_pair_to_vect_compress().
Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 19 23:27:38 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored) to selected 1.3 (colored)
Added generic_gauss_elim_hensel64() and related functions for Hensel lifting by using a 64bit prime in Gaussian elimination.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 1 05:49:06 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +7 -7
lines
Diff to previous 1.3 (colored)
Added several functions for 64bit modular computation. U64 -> mp_limb_t.
Revision 1.3 / (download) - annotate - [selected], Fri Sep 28 08:20:28 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +4 -6
lines
Diff to previous 1.2 (colored)
Changed macros : QTOS->ZTOS, STOQ->STOZ etc.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 25 21:51:21 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +9 -6
lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)
Added #ifdef for 32bit environment.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 19 05:45:07 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Diff to selected 1.3 (colored)
Added asir2018 for implementing full-gmp asir.