Commit graph

72 commits

Author SHA1 Message Date
Fredrik Johansson
a80626134b parallel complex_plot 2022-05-16 15:55:56 +02:00
Fredrik Johansson
a8c5b33cff multithreaded bernoulli numbers 2022-05-16 15:21:42 +02:00
Fredrik Johansson
5c838ec33d parallel binary splitting evaluation of various constants 2022-05-16 14:25:49 +02:00
Fredrik Johansson
1c618abfae multithreaded numerical integration 2022-05-16 14:20:40 +02:00
fredrik
89cb885c07 more fixes 2021-09-25 10:57:27 +02:00
fredrik
3ff973a37f small fix 2021-09-24 14:27:39 +02:00
fredrik
ddb11cc373 one more test case 2021-09-24 14:25:58 +02:00
fredrik
f120e173b9 try better wide bounds; rgamma example integral 2021-08-06 12:47:53 +02:00
p15-git-acc
2359572187 add fransen robinson constant as an integral example 2020-09-02 15:08:26 -05:00
fredrik
416f0bc79f update hilbert_matrix example program 2018-12-07 10:07:04 +01:00
fredrik
935a9d4c28 add some arb_mat special matrices: ones, hilbert, dct 2018-06-24 16:21:44 +02:00
fredrik
94607124f3 some more complex_plot functions 2018-04-08 17:22:36 +02:00
fredrik
f0431de93e some more color functions 2018-04-06 22:37:37 +02:00
fredrik
e074eeaec6 acb_rsqrt: more accurate algorithm for wide intervals 2018-03-25 19:59:59 +02:00
fredrik
2278d53feb two more example integrals suggested by Bruno Salvy 2018-03-23 13:42:17 +01:00
fredrik
7a4a7e10e4 another example integral, suggested by Nicolas Brisebarre 2018-03-22 11:21:22 +01:00
fredrik
36563b2547 documentation updates; more test integrals 2018-02-23 16:19:48 +01:00
fredrik
63526714e2 utility functions acb_sqrt_analytic, acb_rsqrt_analytic, acb_log_analytic, acb_pow_analytic, acb_real_sqrtpos; also improve bounds in acb_rsqrt 2018-02-23 00:21:01 +01:00
fredrik
7ed45ef356 fix description of one integral 2018-02-13 11:18:37 +01:00
fredrik
d64055fb3f attempt to improve bounds for Airy functions 2018-02-11 22:28:49 +01:00
fredrik
fbe994f446 utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
Fredrik Johansson
60727fbc8b another integral, suggested by Silviu Ioan-Filip 2018-01-22 19:02:22 +01:00
Fredrik Johansson
12a82a6401 add another example integral 2018-01-15 13:33:40 +01:00
Fredrik Johansson
6a9ba9d5f4 arb_pow and acb_pow: invert before powering with binary exponentiation to reduce blowup 2017-11-27 16:09:40 +01:00
Fredrik Johansson
c7ec1e9215 another example integral; git version number bump 2017-11-23 01:08:33 +01:00
Fredrik Johansson
c9cca291d5 minor improvements to integration code; change interface; more examples 2017-11-22 00:24:20 +01:00
Fredrik Johansson
0fbf524a22 some changes to integration 2017-11-16 13:27:29 +01:00
Fredrik Johansson
d59bcb2e6a optional use of binary heap to sort subintervals by global error 2017-11-12 18:59:31 +01:00
Fredrik Johansson
c2745a17a1 tweaks to integration 2017-11-12 17:14:25 +01:00
Fredrik Johansson
ed24c04d0c new adaptive integration code as part of the acb_calc module 2017-11-10 14:08:51 +01:00
Fredrik Johansson
2a96448891 adaptive Gauss-Legendre quadrature example program 2017-11-01 20:40:19 +01:00
Fredrik Johansson
df6a0ffd26 simplified init call for hurwitz_precomp 2017-10-31 18:28:09 +01:00
Fredrik Johansson
2fb101501d edits to lcentral.c and to the docs 2017-10-31 16:55:49 +01:00
Fredrik Johansson
28c969927c merge and update some acb_dirichlet code 2017-09-18 18:20:47 +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
7d0f75f38e add arb_fmpz_poly_complex_roots 2017-06-23 15:14:30 +02: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
42cf9ed417 lvalue example program 2016-12-02 14:43:33 +01:00
Fredrik Johansson
8f6fa5598c acb_nth_root -> acb_unit_root (clearer since there is also a function for computing the nth root of an arbitrary number) 2016-12-01 21:53:02 +01:00
Fredrik Johansson
4291b7e331 poly_roots: improve deflation; automatic squarefree factorization; allow products as input 2016-11-21 14:07:02 +01:00
Fredrik Johansson
e44b080d3b poly_roots: use power hack 2016-11-21 13:08:25 +01:00
Fredrik Johansson
8567d197d3 poly_roots example program: make real roots exactly real 2016-11-21 11:40:50 +01:00
Fredrik Johansson
66741901ad implement Hardy Z-function for Dirichlet L-functions 2016-11-16 22:49:45 +01:00
Pascal
723f7d4cf8 Revert "also remove lcentral (needs dft)"
This reverts commit 949e3d2cb1.
2016-10-11 17:16:37 +02:00
Fredrik Johansson
bbdeca4cda add acb_printn / acb_fprintn and tweak documentation 2016-09-06 18:01:14 +02:00
Fredrik Johansson
f0dbadc14b add logistic map example program 2016-05-17 14:36:12 +02:00
Fredrik Johansson
5e4161fd3d add fresnel integrals to complex_plot.c 2016-03-16 21:12:46 +01:00
Fredrik Johansson
4c3d1032b2 add an alternative color function 2016-03-12 20:17:09 +01:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
Fredrik Johansson
befc11cc95 add complex_plot example program 2015-11-22 19:20:16 +01:00