Powered by Apache

CVS log for OpenXM_contrib2/asir2000/lib/primdec_mod

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 24 01:15:56 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD, DEB_REL_1_2_3-9
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (unified)

Fixed a common bug in primdec*.
Fixed a bug in int_hander.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 30 02:24:11 2004 UTC (19 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (unified)

Fixed a bug in contraction:
'W = append(V,YSet)' does not always hold, so we have to compute
a GB w.r.t. a block order with V >> YSet.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 9 23:37:12 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (unified)

Added 'else $' for suppressing warning messages.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 20 00:58:47 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (unified)

Added demand loading codes;  for example,
if primdec_mod requires the libraries gr and  fff, write as follows
if (!module_definedp("gr")) load("gr") $
if (!module_definedp("fff")) load("fff") $

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 5 05:56:19 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +21 -5 lines
Diff to previous 1.10 (unified)

gb_comp() cannot be used if the coefs are not in Q, so added gb_comp_old in
lib/primdec_mod.

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 7 06:26:51 2003 UTC (21 years ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.9: +13 -13 lines
Diff to previous 1.9 (unified)

Fixed bugs in primedec_mod.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 24 07:54:15 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (unified)

Fixed a bug in primdec_mod.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 21 02:02:16 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (unified)

Sorry, $OpenXM$ was not commented out.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 21 02:00:13 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6 (unified)

Added OpenXM tag.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 21 01:59:35 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.5: +14 -13 lines
Diff to previous 1.5 (unified)

simp_ff()[0]->characteristic_ff() etc.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 21 01:44:31 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (unified)

Fixed bugs in primdec_mod. (x -> var(setmod_ff()[1]), etc.)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 20 08:54:29 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (unified)

Added toplevel function bfunction(F) which calls generic_bfct_weight().

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 20 07:50:45 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.2: +63 -32 lines
Diff to previous 1.2 (unified)

Autoload of gr.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 20 07:33:29 2003 UTC (21 years ago) by noro
Branch: MAIN
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (unified)

"fff" is automatically loaded in primedec_mod.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 20 02:42:08 2003 UTC (21 years ago) by noro
Branch: MAIN

Prime decompostion 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>