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
457 stars 137 forks source link

Re-optimize matrix multiplication #428

Open fredrik-johansson opened 2 years ago

fredrik-johansson commented 2 years ago

The commit f7b6577b7a196ed133a0e5dbf89345c9df58f61d works around a performance problem where erf(x) at 1 million digits is slower with 8 threads than with 1 thread. With correctly tuned matrix multiplication this should be changed back to arb_mat_mul.