Commit graph

2575 commits

Author SHA1 Message Date
p15-git-acc
e96a9b9959 micro optimization of j loop 2020-09-26 11:15:08 -05:00
Fredrik Johansson
cc0c1016b4
Merge pull request #343 from p15-git-acc/faster-j
in platt multieval : slightly faster j loop
2020-09-26 15:29:06 +02:00
Fredrik Johansson
ff42671e46
Merge pull request #342 from p15-git-acc/no-ntl
do not try to build ntl interface
2020-09-26 15:28:30 +02:00
p15-git-acc
811b429a82 improve locality 2020-09-26 02:10:20 -05:00
p15-git-acc
0e152dcd4b slightly faster j loop 2020-09-25 22:05:59 -05:00
p15-git-acc
6f1a80e8c8 do not try to build ntl interface 2020-09-25 16:02:31 -05:00
Fredrik Johansson
2f9eed4797
Merge pull request #340 from p15-git-acc/threaded-dft
add radix2 dft multi-threading
2020-09-25 20:56:11 +02:00
Fredrik Johansson
2160002a3a
Merge pull request #339 from p15-git-acc/platt-thread-memory
use less memory for multi-threaded acb_dirichlet_platt_multieval
2020-09-25 20:54:56 +02:00
Fredrik Johansson
e347c204c6
Merge pull request #341 from p15-git-acc/unbreak-make-profile
fix make profile
2020-09-25 20:53:01 +02:00
Fredrik Johansson
9e59100f8d
Merge pull request #337 from p15-git-acc/special-values
special values for bessel j and y and for sinc_pi
2020-09-25 20:52:34 +02:00
p15-git-acc
023c25b140 fix make profile 2020-09-24 16:03:49 -05:00
p15-git-acc
4876d9ad3e add radix2 dft multi-threading 2020-09-24 14:03:42 -05:00
p15-git-acc
038505de6f use less memory for multi-threading 2020-09-23 16:51:40 -05:00
p15-git-acc
95e6949d02 more special values 2020-09-22 15:38:21 -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