Up to [local] / OpenXM_contrib2 / asir2018 / builtin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 12 07:59:33 2018 UTC (5 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +23 -1
lines
Diff to previous 1.5 (colored)
dp_monomial_hilbert_poincare() returns [HP,S,HFArray,HPoly,Den] if an option hf=1 is given. In the output, HFArray=[HF(0) ... HF(d-1)], HPoly/Den is the Hilbert polynomial and HF(n)=HPoly(n)/Den for n>=d. Added ibin(n,k) for computing nCk.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 1 05:49:06 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.4: +21 -1
lines
Diff to previous 1.4 (colored)
Added several functions for 64bit modular computation. U64 -> mp_limb_t.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 28 08:20:27 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.3: +29 -29
lines
Diff to previous 1.3 (colored)
Changed macros : QTOS->ZTOS, STOQ->STOZ etc.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 25 07:36:01 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
Fixed a bug in Pinttorat().
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 21 07:06:51 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +8 -3
lines
Diff to previous 1.1 (colored)
Fixed several bugs. configure.in -> configure.ac.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 19 05:45:06 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Added asir2018 for implementing full-gmp asir.