Matthias Gessinger
|
ca3ea3fffd
|
Fix Graeffe transform for constant polynomial
|
2021-07-28 19:34:15 +02:00 |
|
fredrik
|
181a895539
|
fix warning
|
2021-07-28 18:29:33 +02:00 |
|
Matthias Gessinger
|
d642a9ae71
|
Declare variables at the top of every function
|
2021-07-28 16:59:58 +02:00 |
|
Matthias Gessinger
|
499f05dbcc
|
Adapt coding style to include spaces
|
2021-07-27 18:59:01 +02:00 |
|
Matthias Gessinger
|
c22f6a87bb
|
Write tests for real and complex graeffe_transform
Create polynomials from a set of roots.
Square these roots to compute the expected output.
|
2021-07-27 14:12:42 +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
|
9329279e8f
|
Lambert W function of power series
|
2017-03-20 22:56:37 +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
|
dc99f67932
|
add arb_poly_log1p_series, acb_poly_log1p_series
|
2017-02-26 15:22:25 +01:00 |
|
Fredrik Johansson
|
04973d7b64
|
add acb_poly_exp_pi_i_series
|
2017-02-16 10:54:39 +01:00 |
|
Isuru Fernando
|
427d030d5b
|
Add missing ARB_DLL
|
2016-11-06 23:37:40 +05:30 |
|
Fredrik Johansson
|
e2635824ce
|
add binomial and borel transforms for acb_poly
|
2016-10-19 14:51:27 +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 |
|
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
|
d1ac8dc4b9
|
sinh and cosh for power series
|
2016-03-11 03:40:31 +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
|
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 |
|
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
|
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
|
39b3433b2b
|
add arb/acb_poly_add_si
|
2015-02-15 05:00:31 +01:00 |
|
Fredrik Johansson
|
ed2990d5f8
|
add sin_pi_series and friends
|
2015-02-10 17:45:20 +01:00 |
|
Fredrik Johansson
|
50af344e6c
|
special-case real input in complex gamma function power series
|
2015-02-10 14:05:12 +01:00 |
|
Fredrik Johansson
|
9f87237a56
|
incomplete gamma function of power series
|
2015-01-22 14:43:52 +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
|
de1e9bbde4
|
more functions of complex power series: pow, agm, erf, elliptic_k, elliptic_p
|
2015-01-13 17:18:24 +01:00 |
|
Fredrik Johansson
|
a98caad160
|
add acb_poly powering code, eisenstein series, and more test code
|
2014-10-21 16:39:48 +02:00 |
|
Fredrik Johansson
|
3095ac9614
|
add polylog_series and document
|
2014-07-10 01:52:25 +02:00 |
|
Fredrik Johansson
|
323a20db65
|
initial code for polylogarithms
|
2014-07-06 17:16:54 +02:00 |
|
Fredrik Johansson
|
4cc48bd0a1
|
generalize powsum to allow a geometric factor
|
2014-07-05 17:38:02 +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
|
c939538a0a
|
complex polys
|
2014-05-16 14:04:28 +02:00 |
|