flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
455 stars 137 forks source link

Platt multieval threaded #327

Closed p15-git-acc closed 3 years ago

p15-git-acc commented 3 years ago

Add a multithreaded version of a grid evaluation function for computing zeta zeros. It's based on Rudolph's code in https://github.com/fredrik-johansson/arb/issues/320 and on the threading ideas in the multithreaded matrix multiplication.