Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40 / (download) - annotate - [selected], Mon Nov 2 08:30:55 2020 UTC (4 years ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +5 -3
lines
Diff to previous 1.39 (unified)
Added necessary functions related to sba for 32bit environment.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:08 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.38: +9 -1
lines
Diff to previous 1.38 (unified) to selected 1.40 (unified)
Added function prototypes.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:52 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.37: +57 -57
lines
Diff to previous 1.37 (unified) to selected 1.40 (unified)
Changed a tab to two space charaters.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Sep 14 01:34:54 2017 UTC (7 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.36: +5 -1
lines
Diff to previous 1.36 (unified) to selected 1.40 (unified)
Improved the efficiency of triangularization in nd_f4 when the modulus p is large (p < 2^31).
Revision 1.36 / (download) - annotate - [select for diffs], Tue Feb 21 09:20:23 2017 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (unified) to selected 1.40 (unified)
Added a function for trace lifting over large finite fields.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 8 03:05:40 2017 UTC (7 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.34: +4 -1
lines
Diff to previous 1.34 (unified) to selected 1.40 (unified)
nd_f4(B,V,P,O) and nd_gr(B,V,P,O) now accept an argment P=-2. If P=-2 is set, then the computation is done over a finite field set by setmod_ff(X), where X is a prime number.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Dec 5 10:29:15 2016 UTC (7 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (unified) to selected 1.40 (unified)
Added an option sugarweight=W to nd_f4 and nd_gr, which is used only for selecting the minimal sugar S-pairs.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (unified) to selected 1.40 (unified)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (unified) to selected 1.40 (unified)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:24 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.30: +8 -2
lines
Diff to previous 1.30 (unified) to selected 1.40 (unified)
Modified nd_f4 and nd_f4_trace so that it partially use GMP.
Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 5 11:36:58 2013 UTC (11 years ago) by ohara
Branch: MAIN
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (unified) to selected 1.40 (unified)
Changed some declarations for MacOSX 10.9.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Sep 26 00:38:47 2013 UTC (11 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (unified) to selected 1.40 (unified)
Added hashing for searching a exp vector in a list of exp vectors.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 27 05:38:00 2012 UTC (12 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (unified) to selected 1.40 (unified)
Added option "dp=1" to nd_gr and nd_f4.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 16 07:13:42 2010 UTC (14 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (unified) to selected 1.40 (unified)
*** empty log message ***
Revision 1.26 / (download) - annotate - [select for diffs], Mon Oct 12 10:43:45 2009 UTC (15 years ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (unified) to selected 1.40 (unified)
Fixed a bug in nd_gr_trace().
Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 15 03:07:41 2009 UTC (15 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (unified) to selected 1.40 (unified)
In nd_gr and nd_gr_trace accept options gentrace and gensyz.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 11 03:04:42 2009 UTC (15 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (unified) to selected 1.40 (unified)
nd_gr also generates complete trace information.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 9 10:21:29 2009 UTC (15 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (unified) to selected 1.40 (unified)
Adding a functionality for producing information for computing syzygy in nd_*.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 8 02:47:10 2009 UTC (15 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.21: +13 -7
lines
Diff to previous 1.21 (unified) to selected 1.40 (unified)
Adding a functionality for generating trace information of GB compuation in nd_gr and nd_gr_trace.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 7 05:33:18 2009 UTC (15 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (unified) to selected 1.40 (unified)
Fixed bugs related to homogenization.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 5 02:08:18 2009 UTC (15 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (unified) to selected 1.40 (unified)
Added dp_set_module_weight().
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 4 05:44:51 2009 UTC (15 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (unified) to selected 1.40 (unified)
The first version of GB computation for module by nd_gr.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 14 02:49:59 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (unified) to selected 1.40 (unified)
Removed unnecessary content removal.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 12 11:50:37 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (unified) to selected 1.40 (unified)
Added a heuristic content reduction when the ground field is a rational function field.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 27 07:31:26 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.15: +6 -4
lines
Diff to previous 1.15 (unified) to selected 1.40 (unified)
Add Q(x) coef support in nd_gr and nd_gr_trace.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 5 08:11:10 2006 UTC (18 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.14: +8 -7
lines
Diff to previous 1.14 (unified) to selected 1.40 (unified)
Added a new function nd_f4_trace().
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 17 04:35:20 2006 UTC (18 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (unified) to selected 1.40 (unified)
Modified nd_f4() over Q.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Aug 3 06:10:48 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (unified) to selected 1.40 (unified)
Fixed a bug in nd_nf(). Fixed a bug in lib/de.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 4 09:39:27 2004 UTC (19 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.11: +11 -8
lines
Diff to previous 1.11 (unified) to selected 1.40 (unified)
Added an experimental extension to nd_gb and nd_gb_trace for dealing with algebraic number coefficient cases.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 6 12:09:19 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.10: +17 -16
lines
Diff to previous 1.10 (unified) to selected 1.40 (unified)
Canceled the previous commit of nd.c and nd.h.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 6 11:58:52 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.9: +16 -16
lines
Diff to previous 1.9 (unified) to selected 1.40 (unified)
Fixed a bug in Z.c (added #include "base.h").
Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 21 02:34:12 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.8: +1 -0
lines
Diff to previous 1.8 (unified) to selected 1.40 (unified)
Continuing the preparation of nd_f4 over Q.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 21 02:23:49 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +7 -0
lines
Diff to previous 1.7 (unified) to selected 1.40 (unified)
Preparing nd_f4 over Q.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 17 01:27:48 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (unified) to selected 1.40 (unified)
Fixed a bug in nd_det. Added a diagnostic message.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 15 06:06:42 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (unified) to selected 1.40 (unified)
Removed unnecessary arguments. Added a ctrl switch 'show_orderspec'.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 15 01:43:33 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (unified) to selected 1.40 (unified)
Improved nd_det().
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 14 07:23:34 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +3 -0
lines
Diff to previous 1.3 (unified) to selected 1.40 (unified)
Added an experimental function 'nd_det' (still very slow).
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 25 01:31:03 2004 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (unified) to selected 1.40 (unified)
Fixed a bug in fnodetotex_tb(). \lt -> < etc.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 17 08:16:24 2004 UTC (20 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (unified) to selected 1.40 (unified)
Added matrix order support in nd.c.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 15 07:32:20 2004 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Diff to selected 1.40 (unified)
Added two new files.