Commit graph

1997 commits

Author SHA1 Message Date
Fredrik Johansson
683dea6c17 agm: use central difference instead of forward difference to reduce precision 2017-08-08 23:36:56 +02:00
Fredrik Johansson
6035ee2420 add acb_mat_mul_threaded 2017-08-01 14:01:05 +02:00
Fredrik Johansson
de4fc234ea update version to 2.11.1 2017-07-10 19:23:44 +02:00
Fredrik Johansson
656ec293c2 avoid n_mulmod2 also in the test code 2017-07-10 18:24:14 +02:00
Fredrik Johansson
1d80b22fb9 avoid n_mulmod2 which is not available in the released flint 2017-07-10 17:46:09 +02:00
Fredrik Johansson
b8b0f47d13 fix .build_dependencies to test flint 2.5 instead of flint trunk 2017-07-10 17:43:56 +02:00
Fredrik Johansson
dc6bea8b9c update docs; call this 2.11.0 2017-07-09 21:24:49 +02:00
Fredrik Johansson
4fb7e281e1 small bugfix for poly_roots example program, and update docs 2017-07-09 18:45:02 +02:00
Fredrik Johansson
3be24cc287 update citations 2017-07-09 18:26:25 +02:00
Fredrik Johansson
7975162629 rely on the fmpz_poly_cos_minpoly code from flint (available since 2.5) 2017-06-25 11:53:21 +02:00
Fredrik Johansson
f62ce540cf edit docs 2017-06-25 11:31:16 +02:00
Fredrik Johansson
7b62f23ed0 set precision slightly more conservatively 2017-06-23 18:39:02 +02:00
Fredrik Johansson
472b1768c4 small doc fixes 2017-06-23 15:17:51 +02:00
Fredrik Johansson
7d0f75f38e add arb_fmpz_poly_complex_roots 2017-06-23 15:14:30 +02:00
Fredrik Johansson
84c79a3a10 add arb_fmpz_poly module with evaluation, plus a function to construct minimal polynomials of Gaussian periods 2017-06-23 13:08:45 +02:00
Fredrik Johansson
bb45bbcbed require flint 2.5 2017-06-23 13:08:10 +02:00
Fredrik Johansson
12d6658ae7 add arb_poly_product_roots_complex; add test code and slight optimization for arb/acb_poly_product_roots 2017-06-21 15:07:40 +02:00
Fredrik Johansson
de0349a885 add arb_sinc_pi, acb_sinc_pi 2017-06-20 09:44:25 +02:00
Fredrik Johansson
eee8b433a1 add test code for acb_dirichlet_hurwitz; more special case handling 2017-06-19 11:39:34 +02:00
Fredrik Johansson
af1f607c32 add acb_dirichlet_hurwitz; rearrange internal call sequence to make sure Riemann zeta code is used in all cases when a=1 2017-06-19 10:23:44 +02:00
Fredrik Johansson
e71718411e silence compiler warnings caused by flint_abort 2017-06-18 17:06:17 +02:00
Fredrik Johansson
e08d863d58 add acb_expm1 2017-06-12 16:40:33 +02:00
Fredrik Johansson
6262671a04 Merge pull request #187 from kiwifb/staticlib
install static library in LIBDIR instead of lib
2017-05-21 21:02:48 +02:00
François Bissey
fbfb5bbf8b install static library in LIBDIR instead of lib 2017-05-21 17:21:53 +12:00
Fredrik Johansson
d529f4df86 fix two typos in docs 2017-04-22 14:03:36 +02:00
Fredrik Johansson
ce0b32a655 Merge remote-tracking branch 'origin/master' 2017-04-22 14:01:00 +02:00
Fredrik Johansson
919e6179a5 some further lambertw precision tweaks 2017-04-22 13:59:37 +02:00
Fredrik Johansson
99c1696b48 Merge pull request #184 from pascalmolin/fix-dirichlet-183
fix test for 32 bits
2017-04-03 13:12:04 +02:00
Pascal
938cab921e fix test for 32 bits
+ make lift_generators safer in case large generators
2017-04-03 12:15:25 +02:00
Fredrik Johansson
8dcf5b383a acb_lambertw: avoid some redundant computations 2017-03-30 21:54:43 +02:00
Fredrik Johansson
fd3801531c acb_lambertw: slightly better check for using -1/e series 2017-03-30 09:10:48 +02:00
Fredrik Johansson
12adc8747d acb_lambertw: slightly better derivative bound for |k| <= 1 2017-03-30 09:05:57 +02:00
Fredrik Johansson
5d68583999 arb_lambertw: more accurate residual computation 2017-03-30 09:02:50 +02:00
Fredrik Johansson
4528967782 support nonstandard branches in acb_lambertw 2017-03-28 01:44:41 +02:00
Fredrik Johansson
0fd1e0b833 some improvements to acb_lambertw; make arb_nonnegative_part public 2017-03-23 00:44:49 +01:00
Fredrik Johansson
9329279e8f Lambert W function of power series 2017-03-20 22:56:37 +01:00
Fredrik Johansson
d77b6c5c73 complex Lambert W function (acb_lambertw) 2017-03-20 18:57:53 +01:00
Fredrik Johansson
b30933ace9 add the Lambert W function (arb_lambertw) 2017-03-08 15:01:42 +01:00
Fredrik Johansson
b685838734 Merge pull request #179 from thofma/fixabort
Change abort to flint_abort only if flint > 2.5.2
2017-03-02 20:09:36 +01:00
Tommy Hofmann
dca95e673e Change flint_abort to abort only if flint > 2.5.2 2017-03-02 17:18:18 +01:00
Fredrik Johansson
42db548c92 Merge pull request #176 from thofma/bla
Replace abort with flint_abort.
2017-02-28 18:13:18 +01:00
Tommy Hofmann
6bf072eb59 Replace abort with flint_abort.
This will allow us to not loose the julia session on error.
See also https://github.com/wbhart/flint2/pull/243
2017-02-28 16:52:57 +01:00
Fredrik Johansson
609895124c update docs; call this 2.10.0 2017-02-27 18:51:29 +01:00
Fredrik Johansson
e2c037924d fix typo 2017-02-27 18:25:55 +01:00
Fredrik Johansson
5e03e24a2f de-inline more arb methods 2017-02-26 19:08:38 +01:00
Fredrik Johansson
0be7de5ec4 de-inline some more arb and acb methods 2017-02-26 18:18:56 +01:00
Fredrik Johansson
067831e0e2 de-inline arb_mul_2exp_si 2017-02-26 17:50:24 +01:00
Fredrik Johansson
dc99f67932 add arb_poly_log1p_series, acb_poly_log1p_series 2017-02-26 15:22:25 +01:00
Fredrik Johansson
882c0ec62d increase working precision in dilog 2017-02-26 00:08:30 +01:00
Fredrik Johansson
3b1e0a2e01 some doc edits 2017-02-25 16:46:27 +01:00