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
8bd17e2746
some formatting on dlog
2016-10-08 22:45:59 +02:00
Pascal
fdffa46757
change dlog_mope to make recursion by hand
2016-10-08 22:45:59 +02:00
Pascal
fdf49f76f4
add recursion formulas for log mod pe
2016-10-08 22:45:59 +02:00
Pascal
401f91eed1
split dlog precomp file
2016-10-08 22:45:59 +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
f53fb1e761
remove deprecated dlog_vec_crt
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
2e0b1a16e8
remove wrong vec_crt, rename subgroup->add
2016-10-08 22:45:59 +02:00
Pascal
024815e1b3
debugged dlog_vec_sieve
2016-10-08 22:45:59 +02:00
Pascal
49ff9e4830
start to debug dlog_vec
2016-10-08 22:45:59 +02:00
Pascal
4b24b265be
split files
2016-10-08 22:45:59 +02:00
Pascal
05ecc82d87
dlog vec performs as it should
...
but still mathematically not debugged
2016-10-08 22:45:59 +02:00
Pascal
32a1c966b9
fix log table for large moduli + add order 2 & 3
2016-10-08 22:45:58 +02:00
Pascal
387c7f19e3
split dlog files, use nmod in bsgs
2016-10-08 22:45:58 +02:00
Pascal
390ac92735
split dlog vec
2016-10-08 22:45:58 +02:00
Pascal
0a56baebf2
use flint nmod structure + start dlog_vec functions
2016-10-08 22:45:58 +02:00
Pascal
5c08496740
move discrete log to dlog dir
2016-10-08 22:45:58 +02:00
Pascal
bd644682fd
add dlog rho method
2016-10-08 22:45:58 +02:00
Pascal
4946ae85e4
add discrete log precomputations
2016-10-08 22:45:58 +02:00
Pascal
666db0a33f
profile charevalvec
2016-10-08 22:45:58 +02:00
Pascal
68dac0eba2
implement 3 vector evaluations
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
230ec151c6
acb_printn: skip parts that are 0
2016-09-20 14:15:30 +02:00
Fredrik Johansson
d43e102f35
fix documentation bugs reported by Marc Mezzarobba
2016-09-10 13:10:26 +02:00
Fredrik Johansson
a357181b71
add polynomial valuation functions
2016-09-07 16:25:32 +02:00
Fredrik Johansson
b6be51978f
add polynomial add_series and sub_series methods
2016-09-07 16:03:47 +02:00
Fredrik Johansson
b60365962c
small fix
2016-09-07 00:05:44 +02:00
Fredrik Johansson
e7e96625bd
some more content and clarifications for setup.rst
2016-09-06 18:28:38 +02:00
Fredrik Johansson
bbdeca4cda
add acb_printn / acb_fprintn and tweak documentation
2016-09-06 18:01:14 +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