Commit graph

457 commits

Author SHA1 Message Date
Fredrik Johansson
f5acc0c73d multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
Fredrik Johansson
6147588f6e enable threaded powsum by default; improve memory efficiency 2013-08-17 01:04:24 +02:00
Fredrik Johansson
d67cf4a0db speed up parameter selection in zeta by only considering the first derivative in the search 2013-08-17 00:43:00 +02:00
Fredrik Johansson
58f96b9847 fetch number of threads from flint 2013-08-12 18:06:13 +02:00
Fredrik Johansson
26596c33e5 experimental multithreaded code for zeta evaluation 2013-08-12 14:28:53 +02:00
Fredrik Johansson
38295ef5b1 small speed improvement 2013-08-12 13:53:07 +02:00
Fredrik Johansson
6f4d6f8327 zeta: support binary splitting for the tail evaluation 2013-08-12 13:50:38 +02:00
Fredrik Johansson
7917dea338 make this 0.7; update history 2013-08-07 16:39:36 +02:00
Fredrik Johansson
f92f8d9790 more work well-defining operations on special balls 2013-08-07 13:54:56 +02:00
Fredrik Johansson
771400e7fe some more documentation work 2013-08-06 18:05:25 +02:00
Fredrik Johansson
51f01b52c9 more work on well-defining operations involving special values 2013-08-06 17:41:50 +02:00
Fredrik Johansson
61fe3c25b8 more work on well-defining and testing special values 2013-08-06 17:20:21 +02:00
Fredrik Johansson
8dc7484cbc more documentation about special values, and some fixes 2013-08-06 16:32:37 +02:00
Fredrik Johansson
56fe71d7b1 another minor doc edit 2013-08-06 14:14:04 +02:00
Fredrik Johansson
8fb9a53ebd small doc edit 2013-08-06 14:11:29 +02:00
Fredrik Johansson
a3be4a1217 documentation updates 2013-08-06 14:10:45 +02:00
Fredrik Johansson
e91ea81764 document power sum helper functions 2013-08-06 11:16:20 +02:00
Fredrik Johansson
ad91a197b1 lgamma: unify branch correction code; speed up series code when n <= 2 2013-08-05 13:41:26 +02:00
Fredrik Johansson
e3cc68cd81 slight memory efficiency improvement (even multiples are skipped, so we actually only need to go up to n/3) 2013-08-05 13:01:45 +02:00
Fredrik Johansson
b8df9a0a78 edit todo 2013-08-03 15:09:20 +02:00
Fredrik Johansson
fea196d781 use binary splitting to compute consecutive logarithms faster at high precision 2013-08-03 15:09:12 +02:00
Fredrik Johansson
2689439b55 add some guard bits by default in zeta 2013-08-03 14:58:28 +02:00
Fredrik Johansson
9ddd9641eb slightly improve const_glaisher 2013-08-03 14:56:29 +02:00
Fredrik Johansson
6e8e2d26ad use sieved power sum in zeta for short power series; some refactoring 2013-08-02 21:40:16 +02:00
Fredrik Johansson
06592241a1 fix pow aliasing issue and add test code 2013-08-02 21:06:10 +02:00
Fredrik Johansson
afcb73bc78 add the Glaisher constant 2013-08-02 13:03:02 +02:00
Fredrik Johansson
68326d1021 fixes to make repeated flint_cleanup() calls safe 2013-08-02 12:36:53 +02:00
Fredrik Johansson
51914c72b6 some todo entries 2013-07-30 15:44:40 +02:00
Fredrik Johansson
d133f1f96a some more renaming 2013-07-30 15:38:43 +02:00
Fredrik Johansson
a2129ba203 documentation update 2013-07-30 15:26:41 +02:00
Fredrik Johansson
d6ef6f70b2 some renaming 2013-07-30 15:21:17 +02:00
Fredrik Johansson
6f62daaccf make fmpcb_const_pi visible 2013-07-30 14:42:12 +02:00
Fredrik Johansson
4bd28225bc use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
Fredrik Johansson
c8ac87f515 add a note about thread safety and caches to the docs 2013-07-30 13:52:28 +02:00
Fredrik Johansson
3f345ce848 use flint_cleanup in a few more places 2013-07-30 13:06:08 +02:00
Fredrik Johansson
0eb428f9f0 use flint_cleanup (work in progress) 2013-07-30 12:37:26 +02:00
Fredrik Johansson
30dc809a3c update version in conf.py 2013-07-30 12:37:14 +02:00
Fredrik Johansson
140c9d79b7 fix newton_refine_root when r and start are not the same 2013-07-30 12:33:35 +02:00
Fredrik Johansson
3bf5408574 add fmpcb_poly_zeta_series 2013-07-28 13:10:46 +02:00
Fredrik Johansson
82bcaeb432 optimize lgamma_series for high precision 2013-07-28 13:09:18 +02:00
Fredrik Johansson
e9c1c26e19 add missing docs/headers 2013-07-27 18:53:53 +02:00
Fredrik Johansson
598d88e10d complex gamma function series expansions (work in progress) 2013-07-27 18:43:47 +02:00
Fredrik Johansson
0309597376 fmpcb_poly elementary function power series 2013-07-27 18:11:29 +02:00
Fredrik Johansson
e3b238884b add fmpcb_poly compose, compose_series, revert methods 2013-07-27 11:37:26 +02:00
Fredrik Johansson
b45def0f92 more fmpcb_poly evaluation methods 2013-07-27 11:12:37 +02:00
Fredrik Johansson
a5b6a0234d more polynomial helper functions 2013-07-27 10:47:22 +02:00
Fredrik Johansson
118c9dc3ab more fmpcb_poly helper functions 2013-07-27 10:12:18 +02:00
Fredrik Johansson
4e61ef9e7a add some fmpcb_poly helper functions 2013-07-27 10:04:38 +02:00
Fredrik Johansson
872e2b94c7 const fixes 2013-07-26 18:00:04 +02:00
Fredrik Johansson
64a167a333 document, test, cleanup fmprb_poly_zeta_series 2013-07-26 13:11:41 +02:00