Commit graph

53 commits

Author SHA1 Message Date
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
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
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
4f0b3058f9 long -> slong in arb_poly/ and arb_poly/test/. 2015-11-05 17:59:29 +00:00
Fredrik Johansson
59203d90ef implement the Fujiwara root bound 2015-07-22 13:24:08 +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
2c5d00981e implement [arb/acb]_poly_cot_pi_series 2015-06-16 13:10:18 +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
Fredrik Johansson
ed2990d5f8 add sin_pi_series and friends 2015-02-10 17:45:20 +01:00
Fredrik Johansson
cf9c68fd54 optimize arb gamma and rgamma series for special input 2015-02-10 13:43:40 +01:00
Fredrik Johansson
8022fca3b4 add arb_poly_majorant, acb_poly_majorant 2015-02-10 13:13:46 +01:00
Fredrik Johansson
9f46fd1133 add poly_set_round methods 2015-01-19 16:52:15 +01:00
Fredrik Johansson
143543f4fa more get_unique_fmpz methods, and code for generating Swinnerton-Dyer polynomials 2015-01-16 17:02:03 +01:00
Fredrik Johansson
dd7cdca99f improve sqrt and rsqrt of power series with a binomial as input 2015-01-15 15:28:21 +01:00
Fredrik Johansson
2caa2bf8d2 change divrem to return success/fail instead of aborting on divide by zero 2015-01-06 14:35:00 +01:00
Fredrik Johansson
d7a1a84f25 add inline functions to library 2014-12-25 15:50:37 +01:00
Fredrik Johansson
863d9ee2f7 remove old header files 2014-08-19 01:49:31 +02:00
Fredrik Johansson
a4019154e7 replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
Fredrik Johansson
5fe4e4f30f more cleanup 2014-08-15 16:00:21 +02:00
Fredrik Johansson
33611b373e compute directly 2014-07-30 22:15:27 +02:00
Fredrik Johansson
a4224df956 port sin/cos_pi 2014-06-17 14:56:29 +02:00
Fredrik Johansson
075cc472d6 port most of the zeta function code 2014-06-13 22:08:25 +02:00
Fredrik Johansson
e7f0fff490 port gamma function power series methods 2014-06-05 00:43:30 +02:00
Fredrik Johansson
301da18e89 move some code to the right places 2014-05-26 14:24:18 +02:00
Fredrik Johansson
3b5ad3e8d0 slightly reduce mullow_block cutoff 2014-05-26 14:24:00 +02:00
Fredrik Johansson
dfa2ca7113 some more work on complex addmul and polynomial evaluation 2014-05-19 21:01:45 +02:00
Fredrik Johansson
6575ccf454 initial code for complex numbers 2014-05-15 16:36:30 +02:00
Fredrik Johansson
926bf06b70 fix filenames 2014-05-14 17:43:24 +02:00
Fredrik Johansson
ba71f5472e restore brent-kung composition 2014-05-14 17:12:27 +02:00
Fredrik Johansson
0b08122963 bump some more cutoffs 2014-05-14 13:09:51 +02:00
Fredrik Johansson
7f68f08534 adjust cutoff 2014-05-14 12:51:42 +02:00
Fredrik Johansson
08a8513462 fix 2014-05-14 12:04:08 +02:00
Fredrik Johansson
f5d37425f5 arb_poly module 2014-05-13 20:43:04 +02:00
Fredrik Johansson
09990f94bc fmpz based floating-point arithmetic (experimental) 2012-08-05 19:57:08 +02:00
Fredrik Johansson
81236fa093 enhancements to log/exp series; general zeta_ui; series expansion of log gamma 2012-04-17 12:45:59 +02:00
Fredrik Johansson
617e4997b1 make exp_series work with an arbitrary constant term; some improvements 2012-04-11 12:28:19 +02:00
Fredrik Johansson
e025325b3d add arb_log and related functions 2012-04-11 09:28:34 +02:00
Fredrik Johansson
729e9b7a15 estimate error in polynomial multiplication more accurately 2012-04-09 01:52:57 +02:00