Powered by Apache

CVS log for OpenXM_contrib2/asir2000/engine/init.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Tue Jun 4 07:11:22 2019 UTC (4 years, 11 months ago) by kondoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +4 -1 lines
Diff to previous 1.34 (unified)

fix interval arithmetic

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

Changed a tab to two space charaters.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.32: +1 -12 lines
Diff to previous 1.32 (unified)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Sep 19 01:26:00 2014 UTC (9 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (unified)

If a switch 'evalef' (eval elementary function) is set to 1, then
instances of elementary functions with numerical arguments are immediately
evaluated without creating indeterminates.

[4] sin(1.2);
sin(1.2)
[5] ctrl("evalef",1);
1
[6] sin(1.2);
0.9320390859672263336090244044
[7] ctrl("bigfloat",1);
1
[8] sin(1.2);
0.9320390859672263496823216115
[9] setprec(100);
19
[10] sin(1.2);
0.9320390859672263496701344354948259954150705882087307353665978944502423415767920542157417224381184959624520466900203

Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:24 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (unified)

Modified nd_f4 and nd_f4_trace so that it partially use GMP.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jun 13 18:40:31 2013 UTC (10 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (unified)

Add declarations.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:44 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 6 08:58:28 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (unified)

Add new function GC_get_gctime to libasir-gc.a

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jan 25 16:19:41 2007 UTC (17 years, 3 months ago) by saito
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (unified)

change eps print subprogram to eps-2.
add ctrl flag itvplotsize. (but itvplot not yet commit)

Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 25 06:33:31 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified)

Fixing the error processing.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 13 11:41:11 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.24: +6 -3 lines
Diff to previous 1.24 (unified)

Added an argument of error packet.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (unified)

Corrected the behavior of load operation.
(CAUTION: may contain critical bugs.)

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jul 3 10:19:22 2005 UTC (18 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified)

Fixed grammatical problem for gcc4.

Note: it is yet incompleted as follws:
OpenXM_contrib2/asir2000/engine/Z.c has codes,
in assembly language on i386, which is denied by gcc4.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 2 13:48:43 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.21: +15 -15 lines
Diff to previous 1.21 (unified)

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

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jun 7 16:40:25 2003 UTC (20 years, 11 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

chenge keyword prefixmode to outputstyle
ctrl("outputstyle",0) <--- default style
ctrl("outputstyle",1) <--- output sentense can be accepts inputs grammer.

Revision 1.20 / (download) - annotate - [select for diffs], Thu May 29 16:45:00 2003 UTC (20 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (unified)

add ctrl("prefixmode",*);
interval, matrix, vector type print different type.

interval [1,2] -> intval(1,2)
vector   [1 2 3] -> vect(1,2,3)
same as matrix.
and add new function vect and mat.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:09 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (unified)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 1 00:40:51 2002 UTC (22 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

StrassenSize -> 0.

Try the following in the old version:

A = newmat(5,5)$ for(I=0;I<5;I++)A[I][I]=1;
B = newmat(5,1)$ B[0][0] = -10$ B[1][0] = -7$ B[2][0] = -8$
A*B;

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 8 04:14:37 2002 UTC (22 years, 4 months ago) by kondoh
Branch: MAIN
Changes since 1.16: +8 -8 lines
Diff to previous 1.16 (unified)

bug fix for Interval Arithmetics

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 4 18:19:19 2002 UTC (22 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)


type miss Strassensize -> StrassenSize

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 4 17:08:22 2002 UTC (22 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (unified)


Add Strassen algorithm.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 4 17:01:39 2002 UTC (22 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)


correct some miss types.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:13 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.12: +8 -16 lines
Diff to previous 1.12 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:06 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +15 -15 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Thu Jun 7 04:54:40 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.10: +54 -1 lines
Diff to previous 1.10 (unified)

lprime() now returns arbitrary number of long primes.

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

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

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 8 07:49:12 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.8: +6 -1 lines
Diff to previous 1.8 (unified)

Fixed a bug in al.c (QE).
Added a builtin function put_byte().
yylex() now skips CTRL(M).
Modified version(). It returns the information of distribution.
Added copyright notices.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 21 07:10:18 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7 (unified)

Added and several functions to handle polynomials over GF(p^n) correctly.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:28 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.6: +22 -1 lines
Diff to previous 1.6 (unified)

Add to interval number function.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 11 02:00:41 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (unified)

Defined a new monomial ordering. (ord=10 : 'reverse elimination order')
Modified 'lib/bfct' as follows.

1. bfct() now uses the trace lifting.
2. The Groebner basis check is replaced by another Groebner basis computation.
   (See Algorithm 11.25 in the text book in OpenXM/doc/compalg.)

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

Removed ugly '#if defined(THINK_C)'.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 12 06:05:29 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.3: +19 -1 lines
Diff to previous 1.3 (unified)

ox_send_data() (the function for replying to popCMO) now returns an error
object when the data violates the mathcap.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:05 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

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

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

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:08 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 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:08 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>