Up to [local] / OpenXM_contrib2 / asir2018 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Sun Apr 3 01:30:27 2022 UTC (2 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Added "include "parse.h"" in Q.c for calling w_fprintf instead of usual fprintf.
Revision 1.21 / (download) - annotate - [selected], Fri Oct 8 07:27:05 2021 UTC (3 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.20: +8 -5
lines
Diff to previous 1.20 (colored)
Fixed a bug in lgp(). lpg() now always returns positive numerator.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 4 08:09:33 2020 UTC (3 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.19: +5 -1
lines
Diff to previous 1.19 (colored) to selected 1.21 (colored)
Fixed a bug in pwrq.
Revision 1.19 / (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.18: +4 -2
lines
Diff to previous 1.18 (colored) to selected 1.21 (colored)
Removed warnings.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:09 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.17: +6 -2
lines
Diff to previous 1.17 (colored) to selected 1.21 (colored)
Added function prototypes.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 9 01:47:41 2020 UTC (4 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored) to selected 1.21 (colored)
Resolved error caused by duplicate symbols.
Revision 1.16 / (download) - annotate - [select for diffs], Wed May 22 02:41:16 2019 UTC (5 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.15: +5 -2
lines
Diff to previous 1.15 (colored) to selected 1.21 (colored)
Fixed a bug in ptozp().
Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 23 08:07:24 2019 UTC (5 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored) to selected 1.21 (colored)
Fixed a bug in subq().
Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 27 07:45:53 2019 UTC (5 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.13: +24 -5
lines
Diff to previous 1.13 (colored) to selected 1.21 (colored)
inttorat() and mpz_inttorat() now returns 0 if the result does not satisfy the required condition after reduction.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 18 07:00:33 2019 UTC (5 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored) to selected 1.21 (colored)
Fixed a bug in mhp_to_hf().
Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 17 02:48:13 2019 UTC (5 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.11: +6 -6
lines
Diff to previous 1.11 (colored) to selected 1.21 (colored)
Fixed a bug in generic_gauss_elim_hensel64().
Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 3 05:21:17 2019 UTC (5 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.10: +40 -22
lines
Diff to previous 1.10 (colored) to selected 1.21 (colored)
Fixed many bugs: asir2000, asir2018: a bug in ndv_homogenize() asir2018: several bugs related to multiplication of univariate polynomials bsave/bload of LM data
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 10 22:24:42 2018 UTC (5 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored) to selected 1.21 (colored)
Changed GMP malloc function : GC_malloc_atomic()->GC_malloc().
Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 19 23:27:38 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.8: +157 -2
lines
Diff to previous 1.8 (colored) to selected 1.21 (colored)
Added generic_gauss_elim_hensel64() and related functions for Hensel lifting by using a 64bit prime in Gaussian elimination.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 2 09:06:15 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +241 -2
lines
Diff to previous 1.7 (colored) to selected 1.21 (colored)
Improved generic_gauss_elim64().
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 1 05:54:09 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored) to selected 1.21 (colored)
Added some prototypes.
Revision 1.6 / (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.5: +131 -4
lines
Diff to previous 1.5 (colored) to selected 1.21 (colored)
Added several functions for 64bit modular computation. U64 -> mp_limb_t.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 28 08:20:28 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.4: +7 -7
lines
Diff to previous 1.4 (colored) to selected 1.21 (colored)
Changed macros : QTOS->ZTOS, STOQ->STOZ etc.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 25 07:36:01 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +46 -3
lines
Diff to previous 1.3 (colored) to selected 1.21 (colored)
Fixed a bug in Pinttorat().
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 24 22:26:43 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +63 -24
lines
Diff to previous 1.2 (colored) to selected 1.21 (colored)
Fixed bugs in generic_gauss_elim_hensel(_dalg).
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 21 07:06:51 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +11 -1
lines
Diff to previous 1.1 (colored) to selected 1.21 (colored)
Fixed several bugs. configure.in -> configure.ac.
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.21 (colored)
Added asir2018 for implementing full-gmp asir.