Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:07 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (unified)

Added function prototypes.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.29: +1222 -1222 lines
Diff to previous 1.29 (unified)

Changed a tab to two space charaters.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 28 05:27:22 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (unified)

1. Added x!=factorial(x) as a pure function. If x is a real number,
  It gives the value of Gamma(x+1).
2. Added abs(x) as a pure function.
3. One can use break, return and continue at the toplevel.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 27 06:29:19 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (unified)

If the control switch evalef is set to 1, then elementary functions
are immediately evaluated and no variables corresponding to the values
of elementary functions are appended to the variable list.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 6 06:25:26 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.26: +12 -3 lines
Diff to previous 1.26 (unified)

Improved arithmetic functions for MQ (small finite field).
ptomp(P) now uses current_mod set by setmod().

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 28 07:06:28 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.25: +6 -4 lines
Diff to previous 1.25 (unified)

Fixed bugs related to computation over large finite fields.
Asir now does not call alloca().

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 31 05:30:32 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (unified)

Added a function delete_vars(VList) which deletes vars in VList from
the indeterminate list. (delete_vars = remove_vars)

ox_rpc and ox_cmo_rpc accept the name of a user-defined function
defined by ox_execute_string.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 21 04:43:26 2011 UTC (12 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.23: +6 -1 lines
Diff to previous 1.23 (unified)

Fixed a bug in Pord(): instance lists are initialized when the variable
list is overwritten.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 20 03:19:11 2011 UTC (12 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.22: +33 -16 lines
Diff to previous 1.22 (unified)

Added the overwrite mode in ord().

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 30 02:43:18 2011 UTC (13 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.21: +37 -2 lines
Diff to previous 1.21 (unified)

1. get_function_name() now returns the function name.
2. Added a function remove_vars() for removing indeterminates from
   the global indeterminate list.
3. Modified adddl() so that it can handle monomials of non-positive weights
   correctly.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 24 09:49:35 2003 UTC (20 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.20: +34 -2 lines
Diff to previous 1.20 (unified)

Added quo_trunc for determinant computation.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 21 02:09:16 2003 UTC (20 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.19: +11 -1 lines
Diff to previous 1.19 (unified)

Added headsgn(P), which returns the sgn of the leading coefficient w.r.t.
lex order. gb_comp() is fixed by using headsgn().

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 19 07:08:18 2003 UTC (20 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.18: +30 -1 lines
Diff to previous 1.18 (unified)

Implementing improved det.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jan 16 00:33:27 2003 UTC (21 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.17: +8 -2 lines
Diff to previous 1.17 (unified)

Added a function sfptopsfp(P,V), which converts each coef of P to
its polynomial representation.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 27 04:42:59 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (unified)

Fixed a bug caused by the previous modification.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:06 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.15: +98 -391 lines
Diff to previous 1.15 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:05 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.14: +42 -13 lines
Diff to previous 1.14 (unified)

Added a new data type for finite field : GFSN (finite extension of
a small finite field)

setmod_ff(P,N,M)  (P^N < 2^20, N*M < 2^31) : generates GF((P^N)^M)
which is realized as a quotient ring of GF(P^N)[t].

Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:25 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.13: +15 -1 lines
Diff to previous 1.13 (unified)

Added a code to prevent automatic exit by stack overflow (experimental).
A new data type GFSPN (finite extension of small finite field) is being
implemented.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 13 08:25:21 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.12: +16 -2 lines
Diff to previous 1.12 (unified)

Added a function sf_log(G) which returns the exponent of an element of
a small finite field (primitive root representation).

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 29 09:08:52 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.11: +64 -3 lines
Diff to previous 1.11 (unified)

A set of functions for realizing embedding of finite fields.

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 28 08:22:00 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.10: +22 -3 lines
Diff to previous 1.10 (unified)

Added several conversion functions between integers and small finite fields.

Revision 1.10 / (download) - annotate - [select for diffs], Wed May 9 01:41:41 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.9: +14 -1 lines
Diff to previous 1.9 (unified)

lib/fff:fctr_ff() can perform univariate factorization over small finite
fields.

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 2 09:03:52 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.8: +61 -1 lines
Diff to previous 1.8 (unified)

Added several new functions:
    homogeneous_part(F,[V,],D) : degree D part of F. If V is specified,
		the degree of V is regarded as 0.
	homogeneous_deg(F,[V]) : total degree of F. If V is specifiled,
		the degree of V is regarded as 0.
Improved the converters ptod() and dtop().

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 29 09:49:56 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 (unified)

Bug fixes for functions related to small finite fields.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 14 06:04:52 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.6: +25 -22 lines
Diff to previous 1.6 (unified)

Enhanced the support of small finite fields.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 13 01:10:24 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.5: +53 -10 lines
Diff to previous 1.5 (unified)

Added a new datatype 'GFS' (small finite field; primitive root expression)
in the number category. Its implementation is now ongoing.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 22 05:03:59 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.4: +2 -2 lines
Diff to previous 1.4 (unified)

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

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

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

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 11 06:43:35 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124, RELEASE_1_1_2
Changes since 1.2: +32 -4 lines
Diff to previous 1.2 (unified)

Sorry for many updates at once.

builtin/poly.c : added maxblen().
builtin/int.c : added ntoint32() and int32ton().
io/tcpf.c : added ox_intr().
parse/glob.c : int_hander() has been modified so that it calls
               debug() in ox_asir.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 27 04:16:30 1999 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.1: +134 -2 lines
Diff to previous 1.1 (unified)

Added several functions for distributed polynomial multiplication.

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: ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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>