Up to [local] / OpenXM / src / ox_pari
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 28 09:21:56 2022 UTC (2 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +16 -9
lines
Diff to previous 1.23 (colored) to selected 1.11 (colored)
Output log to /tmp/oxpari.log if a macro USE_OXPARI_LOG is defined.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 25 07:03:21 2021 UTC (3 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored) to selected 1.11 (colored)
Added a function for checking whether libpari is with gmp.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 10 04:48:49 2020 UTC (3 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.21: +8 -1
lines
Diff to previous 1.21 (colored) to selected 1.11 (colored)
Precisions for mpfr and pari are equally set by setprec().
Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 10 01:11:38 2020 UTC (3 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored) to selected 1.11 (colored)
Corrected the treatment of precision in PARI.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 26 06:03:31 2020 UTC (4 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.19: +52 -54
lines
Diff to previous 1.19 (colored) to selected 1.11 (colored)
Changed pari-2.3.4 with pari-2.11.4. Updated ox_pari for the new PARI library.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 19 08:34:41 2019 UTC (4 years, 10 months ago) by fujimoto
Branch: MAIN
Changes since 1.18: +13 -1
lines
Diff to previous 1.18 (colored) to selected 1.11 (colored)
Modified for Android(aarch64) port.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 25 05:59:15 2019 UTC (5 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored) to selected 1.11 (colored)
Fixed a bug in ox_pari: setjmp, longjmp -> sigsetjmp, siglongjmp.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 4 06:39:26 2018 UTC (6 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.16: +8 -1
lines
Diff to previous 1.16 (colored) to selected 1.11 (colored)
Since signal(3) of cygwin has a bug, our own implementation is used in cygwin environment.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 27 07:05:17 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.15: +29 -9
lines
Diff to previous 1.15 (colored) to selected 1.11 (colored)
ox_pari now implements the OX reset protocol.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 23 07:03:29 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.14: +12 -3
lines
Diff to previous 1.14 (colored) to selected 1.11 (colored)
Ox_pari now returns an error message defined in PARI library. If the error is "errpile", then the pari stack is re-initialized.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 23 03:03:26 2016 UTC (8 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored) to selected 1.11 (colored)
Added no_ox_reset to mathcap.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 1 01:35:01 2016 UTC (8 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.12: +19 -1
lines
Diff to previous 1.12 (colored) to selected 1.11 (colored)
Fixed a bug in ox_pari.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 21 01:20:30 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.11: +4 -426
lines
Diff to previous 1.11 (colored)
Separated ox_pari.c to three files. Added all pari functions which are callable from the old version asir except for useless or obsolete functions.
Revision 1.11 / (download) - annotate - [selected], Fri Aug 21 00:53:53 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.10: +4 -1
lines
Diff to previous 1.10 (colored)
In oxf_read(), exit() is executed if read() returns 0.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 20 08:56:30 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored) to selected 1.11 (colored)
Fixed a bug in cmo_to_GEN.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 20 07:45:12 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored) to selected 1.11 (colored)
Added mpc.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 20 01:38:34 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.7: +76 -47
lines
Diff to previous 1.7 (colored) to selected 1.11 (colored)
Added GEN_to_cmo_rp for returning a recursive polynomial.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 18 05:04:35 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.6: +74 -37
lines
Diff to previous 1.6 (colored) to selected 1.11 (colored)
ox_pari can handle matrix argument.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 18 02:24:04 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +128 -1
lines
Diff to previous 1.5 (colored) to selected 1.11 (colored)
Added functions for conversion of polynomials between CMO and pari. Added a new CMO tag CMO_COMPLEX=35.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 17 07:19:16 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.4: +4 -5
lines
Diff to previous 1.4 (colored) to selected 1.11 (colored)
Added code for garbage collection in pari.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 17 06:14:37 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.3: +203 -136
lines
Diff to previous 1.3 (colored) to selected 1.11 (colored)
Added functions in libpari.a.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 17 05:18:35 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.2: +130 -20
lines
Diff to previous 1.2 (colored) to selected 1.11 (colored)
Fixed bugs in ox_toolkit. Modifed evalparif() in asir and sm_executeFunction() in ox_pari so that functions can be easily added.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 6 09:15:32 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.1: +125 -7
lines
Diff to previous 1.1 (colored) to selected 1.11 (colored)
Added some pari functions.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 4 05:24:44 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Diff to selected 1.11 (colored)
Added implementation for CMO_BIGFLOAT. Warning: installation of mpfr is necessary. Added ox_pari (incomplete).