Up to [local] / OpenXM_contrib2 / asir2018 / builtin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 13 08:29:32 2022 UTC (2 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)
generic_gauss_elim_mod returns a rank x col matrix.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 13 08:15:02 2022 UTC (2 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.9: +27 -1
lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)
Added an option 'asis' to generic_gauss_elim_mod().
Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 26 09:05:41 2021 UTC (3 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)
Fixed a bug of a builtin function "newvect".
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 6 06:31:19 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +32 -32
lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
Removed warnings.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 9 01:47:40 2020 UTC (4 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
Resolved error caused by duplicate symbols.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 13 14:40:49 2019 UTC (4 years, 10 months ago) by fujimoto
Branch: MAIN
Changes since 1.5: +8 -1
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
Modified for Android(aarch64) port.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 28 06:44:04 2019 UTC (5 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
generic_gauss_elim64() -> generic_gauss_elim() in array.c.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 19 23:27:38 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.3: +123 -1
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
Added generic_gauss_elim_hensel64() and related functions for Hensel lifting by using a 64bit prime in Gaussian elimination.
Revision 1.3 / (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.2: +130 -7
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
Added several functions for 64bit modular computation. U64 -> mp_limb_t.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 28 08:20:27 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +56 -56
lines
Diff to previous 1.1 (colored)
Changed macros : QTOS->ZTOS, STOQ->STOZ etc.
Revision 1.1 / (download) - annotate - [selected], Wed Sep 19 05:45:05 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Added asir2018 for implementing full-gmp asir.