Powered by Apache

CVS log for OpenXM_contrib2/asir2000/engine/Hgfs.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:08 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (unified)

Added function prototypes.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:51 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.33: +1326 -1326 lines
Diff to previous 1.33 (unified)

Changed a tab to two space charaters.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.32: +1 -10 lines
Diff to previous 1.32 (unified)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:41 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.31: +10 -1 lines
Diff to previous 1.31 (unified)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 16 00:08:32 2015 UTC (9 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

Renamed toplevel() in parse/glob.c to goto_toplevel().
Fixed a bug in Hgfs.c.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jan 15 10:21:17 2003 UTC (21 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.29: +31 -15 lines
Diff to previous 1.29 (unified)

Removed printing functions for debugging.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Nov 22 08:44:57 2002 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.28: +7 -3 lines
Diff to previous 1.28 (unified)

Fixed several bugs.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Nov 22 07:32:10 2002 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.27: +14 -13 lines
Diff to previous 1.27 (unified)

sffctr is now working.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Nov 1 05:43:35 2002 UTC (21 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.26: +88 -1 lines
Diff to previous 1.26 (unified)

All functions for mfctrsf() have been written.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Oct 25 02:43:40 2002 UTC (21 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.25: +28 -1 lines
Diff to previous 1.25 (unified)

Still writing multivariate factorizer over small finite fields.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 23 07:54:58 2002 UTC (21 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (unified)

Writing multivariate factorizer over small finite fields.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 30 06:13:07 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.23: +4 -6 lines
Diff to previous 1.23 (unified)

Added sfsqfr(). Improved the performance of sfgcd().

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 27 08:40:48 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (unified)

sfgcd() has been almost completed.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 27 04:24:04 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.21: +9 -3 lines
Diff to previous 1.21 (unified)

GFS (small finite field) now uses hybrid representation:
if p >= 16384, then usual representation is used.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Nov 19 00:57:11 2001 UTC (22 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.20: +69 -15 lines
Diff to previous 1.20 (unified)

Added a builtin function dp_gr_check_list(DP).
   --- Outputs [DParray, ListOfPairsOfIndeces].
Added a function gbcheck(B,V,O) in lib/gr, which is a wrapper of
dp_gr_check_list(). If proc option is supplied, the computation is
done by distributed computation.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 30 10:24:35 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.19: +52 -24 lines
Diff to previous 1.19 (unified)

Fixed a bug in sfdtest related to degree check.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 30 07:25:58 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.18: +66 -11 lines
Diff to previous 1.18 (unified)

Added a degree test in the searcing stage of bivariate factoring over
small finite fields.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:10 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.17: +65 -191 lines
Diff to previous 1.17 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:06 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.16: +40 -1 lines
Diff to previous 1.16 (unified)

Added a new data type for finite field : GFSN (finite extension of
a small finite field)

setmod_ff(P,N,M)  (P^N < 2^20, N*M < 2^31) : generates GF((P^N)^M)
which is realized as a quotient ring of GF(P^N)[t].

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:26 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.15: +9 -1 lines
Diff to previous 1.15 (unified)

Added a code to prevent automatic exit by stack overflow (experimental).
A new data type GFSPN (finite extension of small finite field) is being
implemented.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 2 03:59:15 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.14: +11 -9 lines
Diff to previous 1.14 (unified)

1. '-O3' option causes a trouble in FFT.
2. Fixed bugs in bi-variate Hensel lifting over small finite fields.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 3 01:41:25 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.13: +212 -259 lines
Diff to previous 1.13 (unified)

An experimental implemetation of fast hensel lifting for univariate poly.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 29 09:08:53 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.12: +9 -1 lines
Diff to previous 1.12 (unified)

A set of functions for realizing embedding of finite fields.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 27 04:07:57 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.11: +29 -2 lines
Diff to previous 1.11 (unified)

Added some diagnostic messages.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 26 09:47:05 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.10: +48 -2 lines
Diff to previous 1.10 (unified)

Rewrote the trial divsion function for the final step of
bivariate factorization.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 26 08:52:59 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (unified)

Fixed a bug in ptosfbm().

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 26 03:00:40 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.8: +102 -48 lines
Diff to previous 1.8 (unified)

sfbfctr(F,X,Y) now works for sqfr bivariate poly.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 25 10:01:28 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.7: +308 -24 lines
Diff to previous 1.7 (unified)

Added sfbfctr(F,X,Y) : bivariate factorization over GF(q).
(not yet completed.)

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 25 06:10:48 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified)

Sorry, the previous commit was incorrect.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 25 06:05:16 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (unified)

A minor modification in sfhemmain2().

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 25 04:11:42 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.4: +103 -70 lines
Diff to previous 1.4 (unified)

Bivariate Hensel, much improved version.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 25 01:35:21 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.3: +230 -28 lines
Diff to previous 1.3 (unified)

Bivariate Hensel over small finite field : a preliminary version.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 22 08:51:12 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.2: +233 -1 lines
Diff to previous 1.2 (unified)

Adding Hensel lifting related routines for bibariate factorization over
small finite field. (not completed)

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 21 07:47:02 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.1: +41 -11 lines
Diff to previous 1.1 (unified)

Now sffctr() can handle polynomials over GF(2^n).

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 20 09:32:13 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN

Added two files for internal operations over small finite fields.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>