Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/algnum.c

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

Request diff between arbitrary revisions


Default branch: MAIN


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

Changed a tab to two space charaters.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:20 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

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.14 / (download) - annotate - [select for diffs], Sun Nov 17 17:34:59 2013 UTC (10 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Removed unused counter.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 15 02:06:20 2007 UTC (17 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.12: +21 -5 lines
Diff to previous 1.12 (colored)

Corrected the behavior of dptodalg().

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 2 07:16:41 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.11: +23 -4 lines
Diff to previous 1.11 (colored)

Added a module file lib/de for dynamic evaluation.
Fixed several bugs in algnum.c and dalg.c.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 11 00:24:02 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +85 -1 lines
Diff to previous 1.10 (colored)

Adding function for algebraic number computation.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 23 14:03:47 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.9: +56 -1 lines
Diff to previous 1.9 (colored)

Added a function inv_or_split_dalg(), which computes the multiplicative
inverse of an algebraic number, or the splitted defining ideal if
the element is a zero divisor. (a function for dynamic evaluation.)

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 6 09:29:34 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.8: +74 -1 lines
Diff to previous 1.8 (colored)

nd_gr and nd_gr_trace now accept polynomials over algebraic number fields
(still incomplete).

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 6 01:15:18 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.7: +87 -1 lines
Diff to previous 1.7 (colored)

Enhanced getalgtree().

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 2 13:48:43 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.6: +21 -1 lines
Diff to previous 1.6 (colored)

Added some definitions in ca.h (full make is necessary).
Wrote primitive functions for DAlg.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 1 08:49:42 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +147 -1 lines
Diff to previous 1.5 (colored)

Added an experimental function invalg_le(A),
which returns [IA,D] (A^(-1)=IA/D).

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:05 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:49 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.3: +2 -11 lines
Diff to previous 1.3 (colored)

Removed ugly '#if defined(THINK_C)'.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:03:56 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:18 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:07 1999 UTC (24 years, 5 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:07 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

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>