.. |
test
|
zeta: support binary splitting for the tail evaluation
|
2013-08-12 13:50:38 +02:00 |
apery_bsplit.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
fmpcb_series.c
|
speed up parameter selection in zeta by only considering the first derivative in the search
|
2013-08-17 00:43:00 +02:00 |
log_ui_from_prev.c
|
use binary splitting to compute consecutive logarithms faster at high precision
|
2013-08-03 15:09:12 +02:00 |
Makefile
|
move zeta function implementation code to separate module (wip)
|
2013-02-28 17:24:50 +01:00 |
powsum_one_series_sieved.c
|
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 |
powsum_series_naive.c
|
use sieved power sum in zeta for short power series; some refactoring
|
2013-08-02 21:40:16 +02:00 |
powsum_series_naive_threaded.c
|
bugfix
|
2013-08-21 03:51:12 +02:00 |
series_em_bound.c
|
some more renaming
|
2013-07-30 15:38:43 +02:00 |
series_em_choose_param.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
series_em_sum.c
|
enable threaded powsum by default; improve memory efficiency
|
2013-08-17 01:04:24 +02:00 |
series_em_tail_bsplit.c
|
small speed improvement
|
2013-08-12 13:53:07 +02:00 |
series_em_tail_naive.c
|
zeta: support binary splitting for the tail evaluation
|
2013-08-12 13:50:38 +02:00 |
ui.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
ui_asymp.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
ui_bernoulli.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
ui_borwein_bsplit.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
ui_euler_product.c
|
reorg zeta related functions
|
2013-03-27 15:54:05 +01:00 |
ui_vec.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
ui_vec_borwein.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
ui_vec_even.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
ui_vec_odd.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |