Commit graph

81 commits

Author SHA1 Message Date
Isuru Fernando
427d030d5b Add missing ARB_DLL 2016-11-06 23:37:40 +05:30
Isuru Fernando
d6f9129951 Add support for dll 2016-11-06 23:37:40 +05:30
Fredrik Johansson
1b92a14213 add space-efficient powsum_smooth version 2016-10-22 00:26:10 +02:00
Fredrik Johansson
c4af23b1c5 partially refactor and move power series code to the acb_dirichlet module 2016-10-21 20:32:46 +02:00
Fredrik Johansson
84a49ff8fd add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
Fredrik Johansson
e2635824ce add binomial and borel transforms for acb_poly 2016-10-19 14:51:27 +02:00
Isuru Fernando
36357d6abd Merge remote-tracking branch 'upstream/master' into cmake2 2016-10-14 17:47:20 +05:30
Fredrik Johansson
a357181b71 add polynomial valuation functions 2016-09-07 16:25:32 +02:00
Fredrik Johansson
b6be51978f add polynomial add_series and sub_series methods 2016-09-07 16:03:47 +02:00
Fredrik Johansson
9f0e392d2b add poly set_trunc and set_trunc_round methods 2016-09-02 16:01:15 +02:00
Isuru Fernando
84e80f0093 Add CMakeLists.txt 2016-06-24 16:19:27 +05:30
Fredrik Johansson
61d8bf9cda zeta_em_choose_param hack: use fewer bernoulli numbers for zeta(0.5+Ni), N large 2016-05-26 17:23:21 +02:00
Fredrik Johansson
0153a518f4 arb/acb_poly_mullow: hack for in-place mul of len <= 2 2016-05-16 18:38:48 +02:00
alex
ae3777314d ENH: acb poly scalar mul and div convenience functions 2016-04-27 21:23:54 -04:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
alex
650d891efc MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom 2016-04-19 15:27:53 -04:00
Fredrik Johansson
b4ebc87a1d use arb_test_multiplier to control number of test iterations 2016-04-10 17:24:58 +02:00
Fredrik Johansson
7759e89a79 speed up some unnecessarily slow tests 2016-03-31 02:02:22 +02:00
Fredrik Johansson
72d40364c6 add arb_poly_sinc_series, acb_poly_sinc_series 2016-03-13 00:22:17 +01:00
Fredrik Johansson
e8b9100478 use basecase division for short power series divisions 2016-03-12 03:12:38 +01:00
Fredrik Johansson
d1ac8dc4b9 sinh and cosh for power series 2016-03-11 03:40:31 +01:00
Fredrik Johansson
daf20eaf61 tweak arb/acb_poly_inv_series 2016-03-10 23:01:41 +01:00
Fredrik Johansson
11755ee3d4 erf, erfc, erfi of power series in the acb_hypgeom module 2016-03-10 15:52:43 +01:00
Fredrik Johansson
e21345e2c6 handle z = 1 in polylog 2016-01-21 15:35:46 +01:00
Fredrik Johansson
d04a8705a2 implement convolution-based Taylor shift 2016-01-19 14:17:33 +01:00
Fredrik Johansson
ebd0d9ce64 implement fast Taylor shift and use in special-form polynomial composition 2016-01-18 14:38:21 +01:00
Fredrik Johansson
7002d5ae12 try to approximate relative instead of absolute tolerance in Hurwitz zeta for large positive s 2016-01-14 18:49:56 +01:00
alex
aef5f68625 DOC: more carefully preserve authorship info 2016-01-01 17:25:30 -05:00
alex
c7ef0f64ac MAINT: print(...) is now implemented like fprint(stdout, ...) 2016-01-01 17:18:55 -05:00
alex
020433d0dc ENH: add fprint 2015-12-31 19:06:07 -05:00
William Hart
34008143c1 long -> slong return values. 2015-11-10 13:41:43 +00:00
William Hart
22e6bc7b09 LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c. 2015-11-10 13:31:16 +00:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
fc1b8ed673 long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
Fredrik Johansson
e80198f82d acb_poly_validate_real_roots 2015-10-07 14:44:47 +02:00
Fredrik Johansson
59203d90ef implement the Fujiwara root bound 2015-07-22 13:24:08 +02:00
Fredrik Johansson
d7519e76ff zeta_series: realify error bound 2015-07-13 14:07:32 +02:00
Fredrik Johansson
e4f4447d3f add digamma series 2015-07-07 14:30:36 +02:00
Fredrik Johansson
250b2921dc use reflection formula in lgamma_series 2015-07-06 15:52:54 +02:00
Fredrik Johansson
5c58ec18a9 change some arf instances to mag 2015-07-04 22:44:22 +02:00
Fredrik Johansson
2c5d00981e implement [arb/acb]_poly_cot_pi_series 2015-06-16 13:10:18 +02:00
Fredrik Johansson
a4a2bea18b fix mistakenly capped precision in zeta 2015-04-18 20:16:39 +02:00
Fredrik Johansson
ebb42c5a64 fix a bug in the test code 2015-04-06 22:09:23 +02:00
Fredrik Johansson
98a28a49d8 allow length 0 in rising_ui_series 2015-02-16 15:00:49 +01:00
Fredrik Johansson
e6bd67f911 make inv_series and div_series nonstop 2015-02-16 15:00:31 +01:00
Fredrik Johansson
39b3433b2b add arb/acb_poly_add_si 2015-02-15 05:00:31 +01:00
Fredrik Johansson
ce39f07d6f speed up inv_series and div_series for len = 2 2015-02-13 13:18:53 +01:00