Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 28 00:45:55 2018 UTC (6 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +4 -1
lines
Diff to previous 1.10 (unified)
nd_btog() accepts any prime as a characteristic.
Revision 1.10 / (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.9: +962 -962
lines
Diff to previous 1.9 (unified)
Changed a tab to two space charaters.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 15 01:52:51 2017 UTC (7 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.8: +0 -1
lines
Diff to previous 1.8 (unified)
Improved nd_f4_red_mod64().
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:21 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.7: +1 -0
lines
Diff to previous 1.7 (unified)
DP object now accepts general data type as coefficients. Added DPM (element of a free module) and several related functions: dpm_ltod, dpm_dtol, dpm_ht, dpm_hm, dpm_hc, dpm_nf, dpm_weyl_nf etc. A monomial of DPM is represented as <<d0,d1,...:k>>, which represents x0^d0*x1^d1*...*ek (ek is the k-th standard base of k[X]^n).
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 28 07:06:28 2017 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +4 -1
lines
Diff to previous 1.6 (unified)
Fixed bugs related to computation over large finite fields. Asir now does not call alloca().
Revision 1.6 / (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.5: +2 -0
lines
Diff to previous 1.5 (unified)
Added a function for trace lifting over large finite fields.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 8 03:05:39 2017 UTC (7 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.4: +124 -0
lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Fri Aug 7 05:30:36 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (unified)
Added a function mpfr_gamma(x[,prec]). Fixed a bug in gmpq.c.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 19 06:35:01 2014 UTC (10 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.2: +10 -0
lines
Diff to previous 1.2 (unified)
dp_set_top_weight() now accepts a matrix with non-negative integer elements. (experimental)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 22 02:34:58 2014 UTC (10 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (unified)
GC_* in gmpq.c were replaced with Risa_GC_*.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:24 2013 UTC (10 years, 10 months ago) by noro
Branch: MAIN
Modified nd_f4 and nd_f4_trace so that it partially use GMP.