Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:52 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +529 -529 lines
Diff to previous 1.18 (unified)

Changed a tab to two space charaters.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 27 05:14:54 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (unified)

nd_{gr,f4}(B,V,P,O) accepts large prime P:
If P>=2^30 then the computation is done over a large finite field GF(P) (slow).
If P<2^30 then it is done over a small finite field GF(P) (fast).
Fixed a performance bug in modfctr().

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 7 06:26:49 2003 UTC (21 years 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.16: +3 -1 lines
Diff to previous 1.16 (unified)

Fixed bugs in primedec_mod.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 16 00:33:28 2003 UTC (21 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.15: +16 -1 lines
Diff to previous 1.15 (unified)

Added a function sfptopsfp(P,V), which converts each coef of P to
its polynomial representation.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 6 01:16:39 2003 UTC (21 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (unified)

Added functions to compute minipolys over rational function fields.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 18 06:15:40 2002 UTC (21 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.13: +6 -1 lines
Diff to previous 1.13 (unified)

Fixed some bugs.

Revision 1.13 / (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.12: +16 -1 lines
Diff to previous 1.12 (unified)

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

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

sfgcd() has been almost completed.

Revision 1.11 / (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.10: +110 -23 lines
Diff to previous 1.10 (unified)

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

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 6 09:40:36 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.9: +6 -4 lines
Diff to previous 1.9 (unified)

Fixed a bug in sf_galois_action()

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:12 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.8: +58 -101 lines
Diff to previous 1.8 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.8 / (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.7: +17 -1 lines
Diff to previous 1.7 (unified)

A set of functions for realizing embedding of finite fields.

Revision 1.7 / (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.6: +5 -1 lines
Diff to previous 1.6 (unified)

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

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 20 09:30:34 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.5: +628 -3 lines
Diff to previous 1.5 (unified)

Added sffctr(P) which is a builtin univariate factorizer over small finite
fields.

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 28 08:22:01 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.4: +37 -1 lines
Diff to previous 1.4 (unified)

Added several conversion functions between integers and small finite fields.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 29 09:49:58 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Bug fixes for functions related to small finite fields.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 14 06:27:57 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +18 -1 lines
Diff to previous 1.2 (unified)

Added random number generator in a small finite field.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 14 06:04:53 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +116 -31 lines
Diff to previous 1.1 (unified)

Enhanced the support of small finite fields.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 13 01:10:25 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN

Added a new datatype 'GFS' (small finite field; primitive root expression)
in the number category. Its implementation is now ongoing.

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>