Commit graph

39 commits

Author SHA1 Message Date
Fredrik Johansson
b4c6206d98 minor editing and documentation 2016-10-08 22:49:04 +02:00
Pascal
f42274c5d7 Revert acc874e0f7 (add incgam algorithm for L functions)
Keep this commit in lfunctions branch.

This reverts commit acc874e0f7.
2016-10-08 22:49:04 +02:00
Pascal
ceae160de3 add incgam algorithm for L functions, disabled 2016-10-08 22:49:04 +02:00
Pascal
317707255e add root number function and improve gauss 2016-10-08 22:49:03 +02:00
Pascal
3f3dcd447c small fixes 2016-10-08 22:47:18 +02:00
Pascal
54a5dd859d refactor and add errors to theta series 2016-10-08 22:47:17 +02:00
Pascal
72eca692af profile conrey+conductor 2016-10-08 22:46:03 +02:00
Pascal
60a65844f6 experimental dft on Dirichlet group, pb with indexing 2016-10-08 22:46:02 +02:00
Pascal
76cc9e9b8b add dft -- first version 2016-10-08 22:46:02 +02:00
Pascal
3a5b17e5f6 some documentation + syntax 2016-10-08 22:46:01 +02:00
Pascal
c37fc67884 document and remove chi_vec_sieve function 2016-10-08 22:46:01 +02:00
Pascal
17609d3777 char->order now nmod_t 2016-10-08 22:46:01 +02:00
Pascal
6dee9d41dc gauss sums using factor 2016-10-08 22:46:01 +02:00
Pascal
c1fd16fae4 refactor to use product of prime groups 2016-10-08 22:46:01 +02:00
Pascal
4953a8b434 jacobi sums, exceptional cases, still a pb 2016-10-08 22:46:01 +02:00
Pascal
27d1877c3b equality tests 2016-10-08 22:46:00 +02:00
Pascal
f209d4307c add conrey index inside char 2016-10-08 22:46:00 +02:00
Pascal
49e03f8a1f split theta file 2016-10-08 22:46:00 +02:00
Pascal
a48ca38e09 refactor order 2016-10-08 22:46:00 +02:00
Pascal
c37c09522f parity 2016-10-08 22:46:00 +02:00
Pascal
31f9665db7 export conductor_ui and number_primitive 2016-10-08 22:46:00 +02:00
Pascal
656a426e4a add conductor inside char type 2016-10-08 22:46:00 +02:00
Pascal
f7ac9d685f add theta functions 2016-10-08 22:46:00 +02:00
Pascal
320e35a53a change interface to switch acb / ui output 2016-10-08 22:46:00 +02:00
Pascal
0cbba4b8ff fix and test chi_vec_primeloop 2016-10-08 22:46:00 +02:00
Pascal
0d29c8b042 change argument order 2016-10-08 22:46:00 +02:00
Pascal
4f9ef0f0c6 test characters 2016-10-08 22:46:00 +02:00
Pascal
36e1682d64 add parity in char (simpler to have on logs) 2016-10-08 22:45:59 +02:00
Pascal
986f7fab2f fix bug on char_next + add log precomputations 2016-10-08 22:45:59 +02:00
Pascal
583cbd4147 huge refactor
- split files, one for each function
- use acb_dirichlet prefix everywhere
- distinguish pairing / character value
+ fix bug on exponent
2016-10-08 22:45:59 +02:00
Pascal
666db0a33f profile charevalvec 2016-10-08 22:45:58 +02:00
Pascal
2f40b276cd fix generators and test conrey elements 2016-10-08 22:45:58 +02:00
Pascal
7e0eac0d36 add next_primitive, first test on conrey elts 2016-10-08 22:45:58 +02:00
Pascal
46fa645910 [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-10-08 22:45:58 +02:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Fredrik Johansson
8d7e82c3f6 tidying 2016-02-22 11:47:12 +01:00
Fredrik Johansson
9d79e3a391 initial code for Dirichlet characters (wip) 2016-02-21 23:23:51 +01:00
Fredrik Johansson
6e2fb6b5d1 Euler product for integer s and real characters (small modulus) 2016-02-16 02:55:12 +01:00
Fredrik Johansson
5804a8a947 acb_dirichlet: start of a module for Dirichlet L-functions (etc.) 2016-02-15 16:33:06 +01:00