Commit graph

1535 commits

Author SHA1 Message Date
Pascal
636bcf8d0a add dlog rho method 2016-09-06 14:22:08 +02:00
Pascal
f1b83ce545 add discrete log precomputations 2016-09-06 14:22:08 +02:00
Pascal
1deaf2362d profile charevalvec 2016-09-06 14:22:07 +02:00
Pascal
ae87bc156d implement 3 vector evaluations 2016-09-06 14:22:07 +02:00
Pascal
37e8a1b18f fix generators and test conrey elements 2016-09-06 14:22:07 +02:00
Pascal
76f5816cbd add next_primitive, first test on conrey elts 2016-09-06 14:22:07 +02:00
Pascal
fa1a85b746 [dirichlet] add conrey type to handle logs + char type
- try to handle even and odd components the same way in the dirichlet group

- switch from phi_q_odd to smaller expo = exponent of the group

  all character orders divide this number, and a character of that order exists

- use conrey logarithm to reuse log and to loop efficiently over the group

  (see the diff on l.c, only 1 log in computed instead of 2 * q)

- NOT TESTED, for the moment it just compiles, I know some errors
  (e.g. the FIXME in group_init.c : the generators have to be lifted mod q)
  this commit is just a proof of concept.
2016-09-06 14:22:07 +02:00
Fredrik Johansson
4b916e75d2 add missing documentation 2016-09-06 13:52:47 +02:00
Fredrik Johansson
ddb6690715 wrap incomplete gamma and beta for arb_hypgeom 2016-09-06 13:12:13 +02:00
Fredrik Johansson
043a589e04 fix aliasing issue in acb_hypgeom_gamma_lower 2016-09-06 13:09:02 +02:00
Fredrik Johansson
5468d7d31b wrap bessel functions for arb_hypgeom 2016-09-05 21:32:19 +02:00
Fredrik Johansson
5a3778befc wrap airy functions for arb_hypgeom 2016-09-05 20:54:16 +02:00
Fredrik Johansson
59fd3ff265 fix a small bug in acb_sinc (patch by Andrew Booker) 2016-09-02 16:09:13 +02:00
Fredrik Johansson
9f0e392d2b add poly set_trunc and set_trunc_round methods 2016-09-02 16:01:15 +02:00
Fredrik Johansson
58f2f4dc10 Merge pull request #160 from rickyefarr/docs
Move some existing documentation for acb types
2016-09-01 09:48:43 +02:00
Fredrik Johansson
7525039d37 Merge pull request #158 from rickyefarr/gitignore
Add libarb.a to .gitignore
2016-09-01 09:47:38 +02:00
rickyefarr
e5e2561ef1 Move some existing documentation around 2016-08-16 02:33:16 -04:00
rickyefarr
bced904686 Add libarb.a to .gitignore 2016-08-12 00:11:48 -04:00
Fredrik Johansson
3a4005d1e1 more arb_hypgeom wrappers 2016-07-07 01:49:25 +02:00
Fredrik Johansson
3f872d074c document arb_hypgeom 2016-07-06 20:34:26 +02:00
Fredrik Johansson
0524b0dfec more functions wrapped for arb_hypgeom 2016-07-06 20:05:09 +02:00
Fredrik Johansson
6316497cf5 de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
Fredrik Johansson
f168915ed6 initial code for arb_hypgeom wrapper module 2016-07-04 21:18:12 +02:00
Fredrik Johansson
d9660d9d9b restore arf t-add_si 2016-06-12 13:13:10 +02:00
Fredrik Johansson
2666a0f4c4 hypgeom_u: use division-free algorithm for small polynomial cases 2016-06-09 13:43:27 +02:00
Fredrik Johansson
a0294b67f2 Merge pull request #148 from argriffing/mat-exp-finite-rel-tol
MAINT: improve entrywise relative accuracy of exponentials of matrices with small norms
2016-06-09 12:57:52 +02:00
alex
5a79d7a4f0 MAINT: improve entrywise relative accuracy of exponentials of matrices with small norms 2016-06-03 10:46:22 -04:00
Fredrik Johansson
61d8bf9cda zeta_em_choose_param hack: use fewer bernoulli numbers for zeta(0.5+Ni), N large 2016-05-26 17:23:21 +02:00
Fredrik Johansson
1835534cae incomplete beta function 2016-05-19 15:43:15 +02:00
Fredrik Johansson
f0dbadc14b add logistic map example program 2016-05-17 14:36:12 +02:00
Fredrik Johansson
5d77920f43 pfq_series_sum: implement binary splitting and rectangular splitting -> greatly speeds up Y_n(z), K_n(z) and other functions at high precision, and speeds up high-order parameter derivatives 2016-05-16 18:40:45 +02:00
Fredrik Johansson
0153a518f4 arb/acb_poly_mullow: hack for in-place mul of len <= 2 2016-05-16 18:38:48 +02:00
Fredrik Johansson
6f294eab35 add poly is_zero, is_one, is_x methods 2016-05-16 12:33:16 +02:00
Fredrik Johansson
5810ef58da acb_hypgeom_pfq_series_sum_forward: fix regularized=1, q=0 case 2016-05-16 12:16:03 +02:00
Fredrik Johansson
2c122bcc49 fix a very silly bug in pfq_choose_n resulting in near-integers not being properly skipped in some cases 2016-05-11 20:12:27 +02:00
Fredrik Johansson
9ef9f79145 2F1: allow computing finite limits for inexact parameters differing by integers 2016-05-10 17:21:26 +02:00
Fredrik Johansson
d47cfbe4ff acb_hypgeom_m: tweak algorithm selection and working precision 2016-05-08 02:24:43 +02:00
Fredrik Johansson
3b5e0ebf21 make working precision in arb_gamma and acb_gamma more input-sensitive 2016-05-08 02:24:04 +02:00
Fredrik Johansson
1ee74b44e8 2f1_continuation: use slightly sharper (and simpler) bound 2016-05-02 22:13:05 +02:00
Fredrik Johansson
78f4f7291f include basic .gitignore in repository 2016-04-29 15:07:11 +02:00
Fredrik Johansson
ef7b2d5fc7 test arf_div with rounding-to-nearest 2016-04-29 15:02:36 +02:00
Fredrik Johansson
f10d1de631 document some arf low-level methods 2016-04-29 14:04:49 +02:00
Fredrik Johansson
20159fcc4f Merge remote-tracking branch 'origin/master' 2016-04-29 13:50:19 +02:00
Fredrik Johansson
13bbbd92c6 add arf_frexp 2016-04-29 13:50:05 +02:00
Fredrik Johansson
9d2a4ec67e Merge pull request #142 from argriffing/arb-poly-scalar-helpers
ENH: arb poly scalar mul and div
2016-04-28 18:34:17 +02:00
alex
427c397a46 ENH: arb poly scalar mul and div 2016-04-28 10:56:13 -04:00
Fredrik Johansson
4c05069ba9 normalise output in acb_poly_scalar_div 2016-04-28 11:48:10 +02:00
Fredrik Johansson
78a6ce2c19 normalise output in acb_poly_scalar_mul 2016-04-28 11:45:16 +02:00
Fredrik Johansson
7597e44344 Merge pull request #141 from argriffing/acb-poly-scalar-helpers
ENH: acb poly scalar mul and div convenience functions
2016-04-28 11:39:55 +02:00
alex
ae3777314d ENH: acb poly scalar mul and div convenience functions 2016-04-27 21:23:54 -04:00