Up to [local] / OpenXM_contrib2 / asir2000 / io
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 12 10:52:05 2019 UTC (5 years ago) by kondoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +16 -7
lines
Diff to previous 1.22 (colored)
Added elementary functions for interval arithmetic using mpfi
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 29 07:50:06 2018 UTC (6 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.21: +4 -4
lines
Diff to previous 1.21 (colored)
Add new value for ctrl("double_output",VALUE); 0 -> "%g" (defalut) 1 -> "%f" 2 -> "%e"
Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:53 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.20: +962 -962
lines
Diff to previous 1.20 (colored)
Changed a tab to two space charaters.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:21 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.19: +24 -1
lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Wed Jun 29 08:16:11 2016 UTC (8 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Add some macros for ARM and ANDROID.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:55 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.17: +2 -5
lines
Diff to previous 1.17 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
Added fflush(stderr) after fprintf(stderr, ) for mingw32/mingw64.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
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.14 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:24 2013 UTC (10 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.13: +7 -1
lines
Diff to previous 1.13 (colored)
Modified nd_f4 and nd_f4_trace so that it partially use GMP.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 27 22:17:28 2006 UTC (18 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: +7 -5
lines
Diff to previous 1.12 (colored)
Added nbm_trest().
Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 16 00:51:14 2006 UTC (18 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
NBP accepts polynomials as its coefficients.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 10 14:14:15 2005 UTC (18 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Implementing matching functions in C.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 16 23:42:54 2005 UTC (19 years ago) by noro
Branch: MAIN
Changes since 1.9: +26 -1
lines
Diff to previous 1.9 (colored)
Added an experimental implementation of bibariate non-commutative polynomial computation.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 28 08:08:34 2005 UTC (19 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.8: +9 -1
lines
Diff to previous 1.8 (colored)
Added nary + and *.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 17 07:43:24 2005 UTC (19 years, 10 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
bug fix.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 18 16:50:10 2004 UTC (19 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.6: +49 -1
lines
Diff to previous 1.6 (colored)
Add new matrix type, OID 24. This matrix is form of index.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 17 03:09:08 2004 UTC (19 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.5: +1 -8
lines
Diff to previous 1.5 (colored)
Added functions: add_handler("intr" or "quit",func) put func on the top of the callback list. clear_handler("intr" or "quit") clear the callback list. list_handler("intr" or "quit") ["fname1","fname2",...].
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 2 13:48:43 2004 UTC (19 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.4: +18 -1
lines
Diff to previous 1.4 (colored)
Added some definitions in ca.h (full make is necessary). Wrote primitive functions for DAlg.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 13 07:59:54 2004 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.3: +11 -1
lines
Diff to previous 1.3 (colored)
Added quote_to_funargs(), funargs_to_quote(). An example: ctrl("print_quote",1); Q=quote((x+1)+(x+2)); /* FA = [fid,op,arg1,arg2] */ FA=quote_to_funargs(Q); /* remove () from arg1 */ FA2=quote_to_funargs(FA[2])[1]; /* remove () from arg2 */ FA3=quote_to_funargs(FA[3])[1]; /* [fid,op,newarg1,newarg2] => quote */ funargs_to_quote([FA[0],FA[1],FA2,FA3]);
Revision 1.3 / (download) - annotate - [select for diffs], Fri May 14 06:02:54 2004 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.2: +19 -1
lines
Diff to previous 1.2 (colored)
Added a new datatype DPV (=an element of free module). Converter : dp_ltod([p1,p2,...]) -> modvect(dp1,dp2,...) Ordering : dpv_ord(id) or dpv_ord(id,w) id : 0 or 1 or 2. w : a degree shift vector. id=0 => compare weight (with w) then compare pos (the one with the largest pos is taken) id=1 => compare weight (with w) then compare pos (the one with the smallest pos is taken) id=2 => the one with the smallest pos is taken Functions : dpv_ht, dpv_hm, dpv_hc [pos,monomial or number] is returned.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 26 08:25:36 2004 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.1: +8 -1
lines
Diff to previous 1.1 (colored)
Improved sprinttb().
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 17 03:22:47 2004 UTC (20 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Restructing io/*expr.c. The main part is stored in a new file pexpr_body.c.