Fredrik Johansson
|
94120b0ddd
|
improve log_series for special-form input
|
2013-10-21 15:30:19 +02:00 |
|
Fredrik Johansson
|
be6a8ee46f
|
small cleanup
|
2013-10-21 14:58:09 +02:00 |
|
Fredrik Johansson
|
852529f511
|
improve exp_series for medium-size and special-form input
|
2013-10-21 14:52:49 +02:00 |
|
Fredrik Johansson
|
ba9d629ad0
|
add missing documentation entries for fmpcb_pow_si and fmpcb_pow_fmprb
|
2013-10-14 15:02:08 +02:00 |
|
Fredrik Johansson
|
1201456caa
|
speed up cauchy_bound by computing more accurate enclosures for the sine and cosine
|
2013-10-04 13:10:31 +02:00 |
|
Fredrik Johansson
|
f2a0e2b431
|
add complex sqrt_series, rsqrt_series
|
2013-10-03 14:16:28 +02:00 |
|
Fredrik Johansson
|
2f942f1d22
|
first stab at some integration code; fix cauchy_bound
|
2013-10-03 13:03:55 +02:00 |
|
Fredrik Johansson
|
6857fa3846
|
start of fmpcb_calc module
|
2013-10-02 13:42:57 +02:00 |
|
Fredrik Johansson
|
963d10fc0f
|
fix fmprb_sqrtpos with nonfinite input
|
2013-09-27 17:51:09 +02:00 |
|
Fredrik Johansson
|
290c3fad3a
|
small doc cleanup
|
2013-09-26 17:10:16 +02:00 |
|
Fredrik Johansson
|
d3a5fd41aa
|
add bisection root refinement and real_roots example program
|
2013-09-26 14:13:56 +02:00 |
|
Fredrik Johansson
|
53ee741a95
|
add fmprb_calc_isolate_roots: real analytic root isolation
|
2013-09-26 11:46:05 +02:00 |
|
Fredrik Johansson
|
17696937d2
|
small doc fixes
|
2013-09-23 17:30:02 +02:00 |
|
Fredrik Johansson
|
915198fd6a
|
fix missing -lpthread (I think)
|
2013-09-23 17:29:51 +02:00 |
|
Fredrik Johansson
|
35698b328a
|
a new fmprb_calc module for calculus (root-finding etc.); wip
|
2013-09-22 12:57:12 +01:00 |
|
Fredrik Johansson
|
1a73b377d3
|
implemented the Riemann-Siegel Z-function
|
2013-09-20 16:46:11 +01:00 |
|
Fredrik Johansson
|
85dd957763
|
implemented the Riemann-Siegel theta function (for real series)
|
2013-09-20 15:06:59 +01:00 |
|
Fredrik Johansson
|
62e3dced8c
|
add keiper-li coefficients example program
|
2013-09-19 18:15:55 +01:00 |
|
Fredrik Johansson
|
707587b837
|
add keiper-li coefficients example program
|
2013-09-19 18:15:28 +01:00 |
|
Fredrik Johansson
|
dd6f673a64
|
adding example programs
|
2013-09-19 17:28:23 +01:00 |
|
Fredrik Johansson
|
991814c481
|
add fmpr_abs_bound_lt_2exp_si; some more simplification
|
2013-09-19 11:50:01 +01:00 |
|
Fredrik Johansson
|
28159cd9a9
|
cleanup and doc corrections
|
2013-09-19 10:39:43 +01:00 |
|
Fredrik Johansson
|
e6d8bb2e16
|
cleanup some powering code
|
2013-09-19 00:30:04 +01:00 |
|
Fredrik Johansson
|
a51ed9cf30
|
add fmpr_is_int_2exp_si; some simplification
|
2013-09-18 22:32:50 +01:00 |
|
Fredrik Johansson
|
b139048d61
|
get rid of some more exprefs
|
2013-09-18 17:31:12 +01:00 |
|
Fredrik Johansson
|
2d7da54ac4
|
add fmpr_is_int; remove some explicit manref/expref access
|
2013-09-18 17:08:54 +01:00 |
|
Fredrik Johansson
|
4247d0ec22
|
add fmpr_abs_bound_le/lt_2exp_fmpz
|
2013-09-18 16:28:13 +01:00 |
|
Fredrik Johansson
|
be0dd8d931
|
add some C++-safe casts
|
2013-09-17 19:16:20 +01:00 |
|
Fredrik Johansson
|
2b166a86e5
|
Merge pull request #1 from jwbober/master
Added extern "C" to headers.
|
2013-09-17 10:59:59 -07:00 |
|
Jonathan Bober
|
355a6ca365
|
Added extern "C" to headers.
|
2013-09-17 18:55:23 +01:00 |
|
Fredrik Johansson
|
a40d65d2b1
|
make exponentiation of monomials fast
|
2013-09-14 19:10:19 +02:00 |
|
Fredrik Johansson
|
a82f4aef9f
|
add fmprb_poly_pow_fmprb_series
|
2013-09-14 18:01:40 +02:00 |
|
Fredrik Johansson
|
6ebb66913a
|
update todo
|
2013-09-11 17:05:58 +02:00 |
|
Fredrik Johansson
|
e9bb38b39c
|
faster sieving
|
2013-09-11 16:33:32 +02:00 |
|
Fredrik Johansson
|
47bd66c8ae
|
Merge remote branch 'origin/master'
|
2013-09-06 12:02:40 +02:00 |
|
Fredrik Johansson
|
d0176ed1f8
|
avoiding one polynomial multiplication when computing many derivatives of zeta
|
2013-09-06 12:02:07 +02:00 |
|
Fredrik Johansson
|
34bddd0106
|
remove debug code
|
2013-08-28 00:28:17 +02:00 |
|
Fredrik Johansson
|
ff0a243869
|
add fmprb_poly_pow_series; some test code strengthening
|
2013-08-28 00:27:00 +02:00 |
|
Fredrik Johansson
|
510edad9f9
|
add fmprb/fmpcb_poly_contains_fmpz_poly, fmprb_poly_pow_ui(_trunc)
|
2013-08-27 22:48:08 +02:00 |
|
Fredrik Johansson
|
5fe3f6b361
|
fast composition by monomials
|
2013-08-26 14:03:46 +02:00 |
|
Fredrik Johansson
|
fc95be3e29
|
remove some debug code
|
2013-08-24 14:39:58 +02:00 |
|
Fredrik Johansson
|
10d7b1b55c
|
implement block multiplication with prescaling
|
2013-08-24 14:12:40 +02:00 |
|
Fredrik Johansson
|
bb7d9f4754
|
bugfix
|
2013-08-21 03:51:12 +02:00 |
|
Fredrik Johansson
|
80d09e394a
|
experimental more memory-efficient powsum
|
2013-08-21 03:21:03 +02:00 |
|
Fredrik Johansson
|
90508de3ca
|
small rewording
|
2013-08-20 00:30:59 +02:00 |
|
Fredrik Johansson
|
979bc63bb9
|
fix a date
|
2013-08-20 00:23:36 +02:00 |
|
Fredrik Johansson
|
95f3462378
|
implement Borel transform, binomial transform for fmprb_poly
|
2013-08-20 00:21:59 +02:00 |
|
Fredrik Johansson
|
f9c95b142a
|
add fmprb_trim, fmpcb_trim
|
2013-08-18 15:18:29 +02:00 |
|
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 |
|