Commit graph

59 commits

Author SHA1 Message Date
fredrik
9e6b5c3413 update docs; call this 2.14.0 2018-07-22 16:30:35 -04:00
fredrik
65664855ca improve stieltjes constants 2018-04-12 18:19:57 +02:00
fredrik
0d2f817773 some overhaul of doc front page + sphinx style; minor edits 2018-04-08 22:30:34 +02:00
fredrik
7f6c37c21c code for computing isolated Stieltjes constants 2018-04-04 00:58:04 +02:00
p15-git-acc
b77717b372 riemann xi changes 2018-03-29 15:10:00 -05:00
Fredrik Johansson
4d34deaec0 update docs 2017-11-20 19:16:15 +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
Pascal
c2a7f874dc update acb_dirichlet to use same dft convention 2017-10-30 08:43:01 +01:00
Fredrik Johansson
28c969927c merge and update some acb_dirichlet code 2017-09-18 18:20:47 +02:00
Fredrik Johansson
af1f607c32 add acb_dirichlet_hurwitz; rearrange internal call sequence to make sure Riemann zeta code is used in all cases when a=1 2017-06-19 10:23:44 +02:00
Fredrik Johansson
3b1e0a2e01 some doc edits 2017-02-25 16:46:27 +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
7c69f5d009 allow G == NULL also in hardy_z to select zeta 2016-12-01 09:45:04 +01:00
Fredrik Johansson
ee75654660 add acb_poly series versions of l, hardy_theta and hardy_z 2016-11-28 10:05:41 +01:00
Fredrik Johansson
098d4437ad use hurwitz_precomp to speed up acb_dirichlet_l 2016-11-26 10:39:27 +01:00
Fredrik Johansson
3383033cea acb_dirichlet roots of unity: several algorithm improvements; rename, test, document 2016-11-22 21:48:29 +01:00
Fredrik Johansson
66741901ad implement Hardy Z-function for Dirichlet L-functions 2016-11-16 22:49:45 +01:00
Fredrik Johansson
2c9f6de327 small doc edit 2016-11-01 21:10:52 +01:00
Fredrik Johansson
5279dab384 fix missing markup 2016-10-28 21:43:29 +02:00
Fredrik Johansson
bcaf80322a add a function to bound |zeta(s)| 2016-10-28 05:28:59 +02:00
Fredrik Johansson
06df4d6dcb wrapper for zeta algorithms 2016-10-25 21:57:37 +02:00
Fredrik Johansson
15b9d10818 implement the Riemann-Siegel formula 2016-10-24 15:36:39 +02:00
Fredrik Johansson
1b92a14213 add space-efficient powsum_smooth version 2016-10-22 00:26:10 +02:00
Fredrik Johansson
c4af23b1c5 partially refactor and move power series code to the acb_dirichlet module 2016-10-21 20:32:46 +02:00
Fredrik Johansson
04e674da88 add Taylor precomp method for fast parameter multi-evaluation of Hurwitz zeta function 2016-10-16 19:09:49 +02:00
Fredrik Johansson
a8bbfd9b48 add acb_dirichlet_l_jet (Taylor expansion of L-function) 2016-10-12 15:27:37 +02:00
Pascal
079f400d6a Revert "temporary remove acb_dft and hide theta internals"
This reverts commit 30525ec26a.
2016-10-11 17:15:38 +02:00
Fredrik Johansson
05f7dbd729 implement Euler product for L-functions (acb_dirichlet_l_euler_product) 2016-10-11 15:39:14 +02:00
Fredrik Johansson
75c1721746 add acb_dirichlet_l as an alias for acb_dirichlet_l_hurwitz 2016-10-08 23:54:14 +02:00
Fredrik Johansson
7ada98aecc fix some minor issues 2016-10-08 23:42:53 +02:00
Pascal
48c527a8fa update doc and change chi_char to pairing_char 2016-10-08 22:43:29 +02:00
Pascal
54c29c20ef temporary remove acb_dft and hide theta internals 2016-10-06 14:59:37 +02:00
Pascal
8bde912ffa split doc also 2016-10-06 14:45:58 +02:00
Pascal
201c241172 move dft to separate directory 2016-10-06 12:39:42 +02:00
Pascal
f391c5e07e document root number 2016-09-22 16:43:41 +02:00
Pascal
19ea881a64 vocabulary: number/log/index 2016-09-21 15:04:01 +02:00
Pascal
19d141c1a4 conrey_set and char_set 2016-09-18 22:32:53 +02:00
Pascal
3821227cf7 typo 2016-09-16 17:13:31 +02:00
Pascal
0bd0a17402 add explicit group_dlog_clear
using subgroup and clearing it would have corrupted the dlog pointers
2016-09-16 17:07:29 +02:00
Pascal
6b2ae491b3 more doc for acb_dirichlet 2016-09-16 16:08:18 +02:00
Fredrik Johansson
7cf0e5ed22 minor editing and documentation 2016-09-14 14:27:36 +02:00
Fredrik Johansson
2aace2828d minor doc edits 2016-09-14 13:47:33 +02:00
Fredrik Johansson
72d64403ef merge 2016-09-10 12:15:02 +02:00
Fredrik Johansson
1810be2796 update docs 2016-09-10 12:14:10 +02:00
Pascal
518ebbd95b small fixes 2016-09-09 21:53:31 +02:00
Fredrik Johansson
6845ba1386 edit documentation 2016-09-08 16:53:21 +02:00
Pascal
a3bb10fa02 profile central value 2016-09-06 14:37:15 +02:00
Pascal
dd87819c05 doc typo 2016-09-06 14:37:14 +02:00
Pascal
908c237f06 doc dft 2016-09-06 14:37:14 +02:00