Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:51 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +475 -475
lines
Diff to previous 1.9 (colored) to selected 1.1.1.1 (colored)
Changed a tab to two space charaters.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 14 04:49:52 2002 UTC (22 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.8: +3 -3
lines
Diff to previous 1.8 (colored) to selected 1.1.1.1 (colored)
Fixed a fatal bug in partial_factorial().
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 8 10:57:01 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.7: +60 -1
lines
Diff to previous 1.7 (colored) to selected 1.1.1.1 (colored)
An imrpovement of factorial().
Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:11 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.6: +21 -52
lines
Diff to previous 1.6 (colored) to selected 1.1.1.1 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 8 06:43:10 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.5: +23 -1
lines
Diff to previous 1.5 (colored) to selected 1.1.1.1 (colored)
Restored _dp_nf(), which is still necessary for computation over Q(X).
Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:04 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6,
STABLE_1_1_3,
RELEASE_1_1_3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored) to selected 1.1.1.1 (colored)
Sorry, the email address in the license agreement was incorrect.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:27 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.3: +49 -1
lines
Diff to previous 1.3 (colored) to selected 1.1.1.1 (colored)
Added copyright notice and license agreement. It is mandatory to distribute Risa/Asir source codes freely.
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 29 08:54:46 2000 UTC (24 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.2: +19 -1
lines
Diff to previous 1.2 (colored) to selected 1.1.1.1 (colored)
1. F4 array.c, gr.c (still experimental) 2. Weyl algebra dist.c, distm.c : product of monomials (weyl_mul*) Q.c : coefficients of the expansion of D^k*x^l (mkwc, mkwcm) Note that the current implementation and specification are too ad hoc. If ctrl("do_weyl",1) is executed, then all monomial operations are done in Weyl algebra. If the length of the exponent of a monomial is n=2m, then it is regarded as an element of Q<x1,...,xm,Dx1,...,Dxm>. If the length is n=2m+1, then it is a regarded as an element of Q[h]<x1,...,xm,Dx1,...,Dxm>, where h is the homogenization variable. The order specification is the same as in the commutative case, so one should use matrix order to realize natural orderings in Weyl algebra. Negative waits have not yet been supported.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 5 08:32:17 2000 UTC (24 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.1: +29 -1
lines
Diff to previous 1.1 (colored) to selected 1.1.1.1 (colored)
A very^3 experimental implementation of Weyl algebra. example: [...] ctrl("do_weyl",1); [...] <<1,2,3,4>>*<<4,5,6,7>>; <--- (x*y^2*Dx^3*Dy^4)*(x^4*y^5*Dx^6*Dy^7) (1)*<<5,7,9,11>>+(20)*<<5,6,9,10>>+(12)*<<4,7,8,11>>+(120)*<<5,5,9,9>> +(240)*<<4,6,8,10>>+(36)*<<3,7,7,11>>+(240)*<<5,4,9,8>>+(1440)*<<4,5,8,9>> +(720)*<<3,6,7,10>>+(24)*<<2,7,6,11>>+(120)*<<5,3,9,7>>+(2880)*<<4,4,8,8>> +(4320)*<<3,5,7,9>>+(480)*<<2,6,6,10>>+(1440)*<<4,3,8,7>>+(8640)*<<3,4,7,8>> +(2880)*<<2,5,6,9>>+(4320)*<<3,3,7,7>>+(5760)*<<2,4,6,8>>+(2880)*<<2,3,6,7>> etc.
Revision 1.1.1.1 / (download) - annotate - [selected] (vendor branch), Fri Dec 3 07:39:08 1999 UTC (24 years, 11 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124,
RELEASE_1_1_2,
ASIR2000
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported asir2000 as OpenXM_contrib2/asir2000.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:08 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.1.1.1 (colored)
Initial revision