p15-git-acc
|
4876d9ad3e
|
add radix2 dft multi-threading
|
2020-09-24 14:03:42 -05:00 |
|
Fredrik Johansson
|
a976078288
|
Merge pull request #334 from p15-git-acc/nan-to-inf
Treat infinite inputs more carefully.
|
2020-09-22 16:41:35 +02:00 |
|
Fredrik Johansson
|
cbb6f33d54
|
Merge pull request #336 from Joel-Dahne/doc-fix
Fix typos in documentation
|
2020-09-22 16:39:41 +02:00 |
|
Joel Dahne
|
a2bbfbbb6c
|
Fix typos in documentation
|
2020-09-22 16:17:52 +02:00 |
|
p15-git-acc
|
b17c5a700c
|
inf vs nan
|
2020-09-21 18:26:25 -05:00 |
|
Fredrik Johansson
|
4ad2202b5c
|
Merge pull request #328 from p15-git-acc/tune-platt-params
further parameter tuning for Platt's algorithm for zeta zeros
|
2020-09-21 11:17:31 +02:00 |
|
Fredrik Johansson
|
d66b78411a
|
Merge pull request #327 from p15-git-acc/platt-multieval-threaded
Platt multieval threaded
|
2020-09-21 11:17:00 +02:00 |
|
Fredrik Johansson
|
07f99c91fb
|
Merge pull request #331 from p15-git-acc/docs-slong-ulong
fix a typo in docs
|
2020-09-21 11:16:17 +02:00 |
|
Fredrik Johansson
|
5a71c4b230
|
Merge pull request #330 from p15-git-acc/left-eig
fix typo R -> R2
|
2020-09-21 11:11:52 +02:00 |
|
p15-git-acc
|
5e7707306e
|
fix a typo in docs
|
2020-09-20 23:44:48 -05:00 |
|
p15-git-acc
|
77eb1dae4e
|
fix typo
|
2020-09-20 23:32:49 -05:00 |
|
p15-git-acc
|
c88e03b8b6
|
add failing test
|
2020-09-20 23:17:34 -05:00 |
|
p15-git-acc
|
f2183f9709
|
use larger A at lower T
|
2020-09-20 20:44:08 -05:00 |
|
p15-git-acc
|
fafce0f7b3
|
heuristic parameter values for greater heights
|
2020-09-20 11:00:00 -05:00 |
|
p15-git-acc
|
dd50190726
|
more parameter tuning
|
2020-09-20 00:54:10 -05:00 |
|
p15-git-acc
|
11e9a0790b
|
add multithreaded platt multieval
|
2020-09-17 13:03:21 -05:00 |
|
p15-git-acc
|
dfb9ce4717
|
refactor platt multieval in preparation for a threaded variant
|
2020-09-17 10:18:19 -05:00 |
|
Fredrik Johansson
|
2347c2e13d
|
Merge pull request #291 from p15-git-acc/csc_pi
add csc_pi for arb_t and acb_t types
|
2020-09-15 09:41:24 +02:00 |
|
Fredrik Johansson
|
8605f46709
|
Merge pull request #326 from p15-git-acc/incgam-selection
improve upper incomplete gamma algorithm selection for nonnegative real s and z
|
2020-09-12 18:57:54 +02:00 |
|
p15-git-acc
|
2e42836203
|
avoid inverting sine in acb_csc_pi
|
2020-09-10 11:46:52 -05:00 |
|
p15-git-acc
|
a7699e4437
|
use one sided instead of two sided norm comparison
|
2020-09-10 00:48:00 -05:00 |
|
p15-git-acc
|
cfcb7dd8aa
|
change double to mag in incomplete gamma algorithm selection
|
2020-09-09 13:05:20 -05:00 |
|
p15-git-acc
|
4ff47db9fb
|
incomplete gamma improvement and tests
|
2020-09-07 18:41:00 -05:00 |
|
p15-git-acc
|
961f73ed4e
|
change how some integer shape parameters are handled
|
2020-09-07 13:14:49 -05:00 |
|
p15-git-acc
|
df2a194695
|
improve upper incomplete gamma algorithm selection for nonnegative real s and z
|
2020-09-07 11:52:37 -05:00 |
|
Fredrik Johansson
|
e6899d4e38
|
Merge pull request #316 from mkoeppe/ci-sage
Add portability testing and continuous integration using Sage
|
2020-09-06 09:06:22 +02:00 |
|
Fredrik Johansson
|
3388a63603
|
Merge pull request #324 from p15-git-acc/issue320
fix a zeta zeros issue
|
2020-09-06 09:04:28 +02:00 |
|
Fredrik Johansson
|
dd8e043c94
|
Merge pull request #323 from p15-git-acc/gamma-r0
avoid asymptotic expansion for the upper incomplete gamma function under some conditions
|
2020-09-06 09:03:38 +02:00 |
|
p15-git-acc
|
21d9fb6b47
|
fix a zeta zeros issue
|
2020-09-05 15:52:03 -05:00 |
|
p15-git-acc
|
eb3078416d
|
avoid asymptotic expansion for incomplete upper gamma under some conditions
|
2020-09-04 04:15:45 -05:00 |
|
Fredrik Johansson
|
96a325aebc
|
Merge pull request #322 from p15-git-acc/fransen
add fransen robinson constant as an integral example
|
2020-09-03 13:05:27 +02:00 |
|
p15-git-acc
|
2359572187
|
add fransen robinson constant as an integral example
|
2020-09-02 15:08:26 -05:00 |
|
Matthias Koeppe
|
347c36f0a8
|
.github/workflows/ci-sage.yml: Put e_antic build in TARGETS_OPTIONAL
|
2020-07-05 14:06:11 -07:00 |
|
Matthias Koeppe
|
8c61cc56f4
|
.github/workflows/ci-sage.yml: Actually handle REMOVE_PATCHES
|
2020-07-05 12:39:52 -07:00 |
|
Matthias Koeppe
|
e791f58927
|
.github/workflows/ci-sage.yml: Remove sage patches for arb
|
2020-07-05 12:10:27 -07:00 |
|
Matthias Koeppe
|
c8d4c60590
|
.github/workflows/ci-sage.yml [cygwin]: Fix PATH when running sage-package
|
2020-07-05 12:08:38 -07:00 |
|
Matthias Koeppe
|
f201915412
|
.github/workflows/ci-sage.yml: Update for arb
|
2020-07-05 11:39:03 -07:00 |
|
Matthias Koeppe
|
2d9124021c
|
.github/workflows/ci-sage.yml: New (from fplll)
|
2020-07-05 11:24:04 -07:00 |
|
fredrik
|
ce6c8eb867
|
Merge branch 'master' of github.com:fredrik-johansson/arb
|
2020-06-25 10:52:09 +02:00 |
|
fredrik
|
ae6009e3e1
|
update docs; call this 2.18.1
|
2020-06-25 10:49:16 +02:00 |
|
Fredrik Johansson
|
37bff23adf
|
Merge pull request #313 from isuruf/patch-6
Add mingw tests back in
|
2020-06-23 14:17:46 +02:00 |
|
fredrik
|
c72a7ec1e1
|
define __ARB_VERSION, __ARB_RELEASE etc. in arb.h
|
2020-06-23 13:52:02 +02:00 |
|
fredrik
|
89f53d9d0f
|
tmpfile checks: exclude mingw too
|
2020-06-23 13:48:42 +02:00 |
|
fredrik
|
b913f4a73c
|
use flint versions of gmp ui functions
|
2020-06-23 13:43:00 +02:00 |
|
fredrik
|
35ba95dd9c
|
fallback for old flint
|
2020-06-23 00:15:11 +02:00 |
|
Isuru Fernando
|
74d993498f
|
Add mingw tests back in
|
2020-06-22 16:51:18 -05:00 |
|
fredrik
|
caf9bb7825
|
mp_bitcnt_t -> flint_bitcnt_t
|
2020-06-22 23:48:09 +02:00 |
|
fredrik
|
137f3b5e13
|
update docs; call this 2.18.0
|
2020-06-09 12:07:00 +02:00 |
|
fredrik
|
32b49fd8b7
|
sphinx fixes
|
2020-06-09 12:05:18 +02:00 |
|
fredrik
|
9891019fed
|
assume tmpfile() is broken on windows
|
2020-06-09 09:37:32 +02:00 |
|