Commit graph

2146 commits

Author SHA1 Message Date
Fredrik Johansson
416cc2aa09 arb_hypgeom: more wrappers, and add some test code 2016-11-23 13:17:38 +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
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
dfc7965898 _acb_vec_nth_roots: simpler, better algorithm 2016-11-20 05:09:02 +01:00
Fredrik Johansson
54e6ed1607 more file renaming; document a method 2016-11-18 12:33:03 +01:00
Fredrik Johansson
c482458093 rename some files to match the function names 2016-11-18 12:11:10 +01:00
Fredrik Johansson
ec7d9783e6 acb_dirichlet_l: use functional equation 2016-11-17 14:34:14 +01:00
Fredrik Johansson
0be71f1294 Merge remote-tracking branch 'origin/master' 2016-11-16 22:50:03 +01:00
Fredrik Johansson
66741901ad implement Hardy Z-function for Dirichlet L-functions 2016-11-16 22:49:45 +01:00
Fredrik Johansson
f41096201c Merge pull request #170 from isuruf/patch-1
Fix OS X on travis-ci
2016-11-11 15:14:56 +01:00
Isuru Fernando
754a42cd44 Use OSX 10.10 image on travis-ci 2016-11-11 10:58:22 +05:30
Isuru Fernando
7f8dc22669 Install gcc-4.8 on travis-ci osx
Newer osx image do not have gcc48 pre-installed on travis-ci
2016-11-11 10:57:11 +05:30
Fredrik Johansson
776acc62ab Merge pull request #169 from isuruf/dll
Add support for creating a dll using MSVC
2016-11-07 18:27:05 +01:00
Isuru Fernando
f675a0465f target_compile_definitions require CMake >=2.8.12 2016-11-07 16:26:54 +05:30
Isuru Fernando
43cb4ab47d Update docs on creating dll 2016-11-07 16:25:32 +05:30
Isuru Fernando
2ea099d1e7 Remove PTW32_BUILD flag 2016-11-07 16:21:00 +05:30
Isuru Fernando
22df7d7d61 Add more missing ARB_DLL 2016-11-06 23:54:03 +05:30
Isuru Fernando
ddfc85b86d Change const arb_srcptr -> arb_srcptr
arb_srcptr is already const, therefore
const arb_srcptr is not needed
2016-11-06 23:51:47 +05:30
Isuru Fernando
0fa7b58d37 Fix function signature 2016-11-06 23:47:40 +05:30
Isuru Fernando
427d030d5b Add missing ARB_DLL 2016-11-06 23:37:40 +05:30
Isuru Fernando
cc8420eed3 Add ARB_BUILD_DLL only to the library 2016-11-06 23:37:40 +05:30
Isuru Fernando
d59759a951 Fix weird bug in CMake exporting 2016-11-06 23:37:40 +05:30
Isuru Fernando
d6f9129951 Add support for dll 2016-11-06 23:37:40 +05:30
Fredrik Johansson
007526fd4c add fast path to arb_div 2016-11-01 21:11:24 +01:00
Fredrik Johansson
2c9f6de327 small doc edit 2016-11-01 21:10:52 +01:00
Fredrik Johansson
3b3e07473c add fast path in arb_sqrt 2016-11-01 20:20:00 +01:00
Fredrik Johansson
14a064ac59 some more credits and citations 2016-10-28 23:40:03 +02:00
Fredrik Johansson
1252c811a7 fix an unsafe use of FLINT_ABS for floating-point x 2016-10-28 21:44:29 +02:00
Fredrik Johansson
2a11da1c15 fix unsafe use of FLINT_ABS for slong -> ulong conversion in arf.h 2016-10-28 21:44:12 +02:00
Fredrik Johansson
5279dab384 fix missing markup 2016-10-28 21:43:29 +02:00
Fredrik Johansson
6ecaf09686 use midpoint+radius decomposition to always allow inexact s in riemann-siegel formula 2016-10-28 18:27:12 +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
c60a1d2435 avoid recomputing pi powers in zeta_rs_r 2016-10-25 01:55:53 +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
84a49ff8fd add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
Fredrik Johansson
e2635824ce add binomial and borel transforms for acb_poly 2016-10-19 14:51:27 +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
bb03c2193f Merge remote-tracking branch 'origin/master' 2016-10-15 21:24:44 +02:00
Fredrik Johansson
6668067cb2 acb_dirichlet_eta: finite results for intervals around s=1; test code 2016-10-15 21:24:27 +02:00
Fredrik Johansson
f4dda0f34f Merge pull request #151 from isuruf/cmake2
CMake build
2016-10-14 14:20:10 +02:00
Isuru Fernando
36357d6abd Merge remote-tracking branch 'upstream/master' into cmake2 2016-10-14 17:47:20 +05:30
Isuru Fernando
51381c8890 Fix typo 2016-10-14 17:45:30 +05:30
Isuru Fernando
efca896572 [skip ci] Document building with MSVC 2016-10-14 17:28:53 +05:30
Isuru Fernando
15ec3e829c Don't build tests by default 2016-10-14 17:27:53 +05:30
Isuru Fernando
75b2dc0f6d List folders automatically in cmake 2016-10-14 11:58:37 +05:30