Commit graph

103 commits

Author SHA1 Message Date
Fredrik Johansson
462cd887ff use doubles for faster error bounds in fmprb_poly_mullow_block2 2014-04-16 22:57:15 +02:00
Fredrik Johansson
8c71a3c8dc more accurate version of fmprb_poly_mullow_block (two full poly muls for error bounds) 2014-04-15 17:07:02 +02:00
Fredrik Johansson
a9c2951dc7 change a ptr -> srcptr 2014-01-15 12:08:49 +01:00
Fredrik Johansson
27ebe64238 don't require zero-padded input in series reversion 2014-01-15 11:40:11 +01:00
Fredrik Johansson
e6ecc103cf improve rising factorial series for length 1, 2; fix a bug and add missing test file 2013-12-29 22:04:00 +01:00
Fredrik Johansson
6a8d3772da slight improvement to exp_series_basecase for large n 2013-11-24 02:40:57 +01:00
Fredrik Johansson
8d80118bbd add fmprb_inv and replace uses of fmprb_ui_div 2013-11-12 15:25:50 +01:00
Fredrik Johansson
38231fc1f3 re-enable a case 2013-10-26 21:51:17 +02:00
Fredrik Johansson
9affdac67e improve special cases in sqrt/rsqrt series 2013-10-21 17:08:17 +02:00
Fredrik Johansson
c2d8b6dac8 slightly improve sin/cos/tan_series 2013-10-21 16:45:11 +02:00
Fredrik Johansson
94120b0ddd improve log_series for special-form input 2013-10-21 15:30:19 +02:00
Fredrik Johansson
be6a8ee46f small cleanup 2013-10-21 14:58:09 +02:00
Fredrik Johansson
852529f511 improve exp_series for medium-size and special-form input 2013-10-21 14:52:49 +02:00
Fredrik Johansson
1a73b377d3 implemented the Riemann-Siegel Z-function 2013-09-20 16:46:11 +01:00
Fredrik Johansson
85dd957763 implemented the Riemann-Siegel theta function (for real series) 2013-09-20 15:06:59 +01:00
Fredrik Johansson
991814c481 add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
Fredrik Johansson
2d7da54ac4 add fmpr_is_int; remove some explicit manref/expref access 2013-09-18 17:08:54 +01:00
Fredrik Johansson
a40d65d2b1 make exponentiation of monomials fast 2013-09-14 19:10:19 +02:00
Fredrik Johansson
a82f4aef9f add fmprb_poly_pow_fmprb_series 2013-09-14 18:01:40 +02:00
Fredrik Johansson
34bddd0106 remove debug code 2013-08-28 00:28:17 +02:00
Fredrik Johansson
ff0a243869 add fmprb_poly_pow_series; some test code strengthening 2013-08-28 00:27:00 +02:00
Fredrik Johansson
510edad9f9 add fmprb/fmpcb_poly_contains_fmpz_poly, fmprb_poly_pow_ui(_trunc) 2013-08-27 22:48:08 +02:00
Fredrik Johansson
5fe3f6b361 fast composition by monomials 2013-08-26 14:03:46 +02:00
Fredrik Johansson
fc95be3e29 remove some debug code 2013-08-24 14:39:58 +02:00
Fredrik Johansson
10d7b1b55c implement block multiplication with prescaling 2013-08-24 14:12:40 +02:00
Fredrik Johansson
979bc63bb9 fix a date 2013-08-20 00:23:36 +02:00
Fredrik Johansson
95f3462378 implement Borel transform, binomial transform for fmprb_poly 2013-08-20 00:21:59 +02:00
Fredrik Johansson
ad91a197b1 lgamma: unify branch correction code; speed up series code when n <= 2 2013-08-05 13:41:26 +02:00
Fredrik Johansson
d133f1f96a some more renaming 2013-07-30 15:38:43 +02:00
Fredrik Johansson
4bd28225bc use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
Fredrik Johansson
140c9d79b7 fix newton_refine_root when r and start are not the same 2013-07-30 12:33:35 +02:00
Fredrik Johansson
a5b6a0234d more polynomial helper functions 2013-07-27 10:47:22 +02:00
Fredrik Johansson
872e2b94c7 const fixes 2013-07-26 18:00:04 +02:00
Fredrik Johansson
64a167a333 document, test, cleanup fmprb_poly_zeta_series 2013-07-26 13:11:41 +02:00
Fredrik Johansson
ddb01f94f5 zeta function fmprb_poly series code (needs tests, docs) 2013-07-26 10:48:15 +02:00
Fredrik Johansson
ef612c71e2 improve speed and stability of series composition/reversion by balancing the power table exponents 2013-07-25 18:24:35 +02:00
Fredrik Johansson
b3b1041061 add some more test code for mullow_block 2013-07-25 17:11:46 +02:00
Fredrik Johansson
31082a7de7 speed up squaring in polynomial multiplication 2013-07-25 16:38:42 +02:00
Fredrik Johansson
3a5d229c9b some more cleanup 2013-07-24 12:09:22 +02:00
Fredrik Johansson
f1a4d6efc2 remove some duplicated code 2013-07-24 11:53:32 +02:00
Fredrik Johansson
1a8ec06aac add rgamma_series 2013-07-23 15:27:18 +02:00
Fredrik Johansson
64492dfc72 add fmprb_poly_gamma_series 2013-07-23 14:15:02 +02:00
Fredrik Johansson
5ec4231d21 improve lgamma_series; remove log_gamma_series 2013-07-22 03:09:07 +02:00
Fredrik Johansson
4c0210196a fix lgamma_series; add test code 2013-07-22 01:28:36 +02:00
Fredrik Johansson
6050e07c83 small cleanup of div_series.c 2013-07-22 01:27:53 +02:00
Fredrik Johansson
8b79fe0a9a lgamma series expansion (work in progress; may still have bugs) 2013-07-19 16:51:48 +02:00
Fredrik Johansson
a6dc4358cc improve series composition in the linear case 2013-07-19 16:33:14 +02:00
Fredrik Johansson
59a85c4921 sin_cos_series, sin_series, cos_series 2013-07-17 22:42:56 +02:00
Fredrik Johansson
e32db88ac5 add sin_cos_series_tangent 2013-07-17 22:23:30 +02:00
Fredrik Johansson
7f572df9a5 introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00