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 |
|
Fredrik Johansson
|
f91644cb68
|
add airy functions to real_roots
|
2015-11-19 13:09:27 +01: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
|
72abf04641
|
%ld -> %wd in *.c.
|
2015-11-06 15:51:44 +00:00 |
|
William Hart
|
6453c8b1d8
|
long -> slong in examples/.
|
2015-11-05 18:02:07 +00:00 |
|
Fredrik Johansson
|
af43b37c35
|
fix memory leak in example program
|
2015-02-13 16:17:00 +01:00 |
|
Fredrik Johansson
|
8da850c378
|
add arb_get_str and arb_printn
|
2015-01-27 18:09:38 +01:00 |
|
Fredrik Johansson
|
c67ae74360
|
make _acb_vec_sort_pretty a library function
|
2015-01-13 17:00:42 +01:00 |
|
Fredrik Johansson
|
0f7b450587
|
rename example programs
|
2014-08-20 18:38:02 +02:00 |
|
Fredrik Johansson
|
863d9ee2f7
|
remove old header files
|
2014-08-19 01:49:31 +02:00 |
|
Fredrik Johansson
|
e493a6dd43
|
remove most of the old (arb 1.x) modules
|
2014-08-19 01:26:52 +02:00 |
|
Fredrik Johansson
|
09887881bc
|
add acb_calc and integrals example programs
|
2014-06-19 16:17:32 +02:00 |
|
Fredrik Johansson
|
bff2d63525
|
arb_calc module
|
2014-06-19 15:43:48 +02:00 |
|
Fredrik Johansson
|
075cc472d6
|
port most of the zeta function code
|
2014-06-13 22:08:25 +02:00 |
|
Fredrik Johansson
|
12dabe6db7
|
speed up low-precision addition
|
2014-05-22 23:13:38 +02:00 |
|
Fredrik Johansson
|
2aaf87bdd4
|
poly_roots: improve for low-degree polys with clustered roots
|
2014-05-21 17:48:37 +02:00 |
|
Fredrik Johansson
|
c939538a0a
|
complex polys
|
2014-05-16 14:04:28 +02:00 |
|
Fredrik Johansson
|
feb195cfb4
|
add poly_roots example program
|
2013-12-16 13:04:09 +01:00 |
|
Fredrik Johansson
|
d3a5fd41aa
|
add bisection root refinement and real_roots example program
|
2013-09-26 14:13:56 +02:00 |
|
Fredrik Johansson
|
85dd957763
|
implemented the Riemann-Siegel theta function (for real series)
|
2013-09-20 15:06:59 +01:00 |
|
Fredrik Johansson
|
62e3dced8c
|
add keiper-li coefficients example program
|
2013-09-19 18:15:55 +01:00 |
|
Fredrik Johansson
|
dd6f673a64
|
adding example programs
|
2013-09-19 17:28:23 +01:00 |
|