arb/acb_poly
2016-04-19 15:27:53 -04:00
..
test MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom 2016-04-19 15:27:53 -04:00
add.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
add_si.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
agm1_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
atan_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
clear.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
compose.c implement fast Taylor shift and use in special-form polynomial composition 2016-01-18 14:38:21 +01:00
compose_divconquer.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
compose_horner.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
compose_series.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
compose_series_brent_kung.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
compose_series_horner.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
contains.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
contains_fmpq_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
contains_fmpz_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
cos_pi_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
cos_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
cosh_series.c sinh and cosh for power series 2016-03-11 03:40:31 +01:00
cot_pi_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
derivative.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
digamma_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
div_root.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
div_series.c use basecase division for short power series divisions 2016-03-12 03:12:38 +01:00
divrem.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
elliptic_k_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
elliptic_p_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
equal.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
erf_series.c erf, erfc, erfi of power series in the acb_hypgeom module 2016-03-10 15:52:43 +01:00
evaluate.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate2.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate2_horner.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate2_rectangular.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate_horner.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate_rectangular.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
evaluate_vec_fast.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
evaluate_vec_iter.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
exp_series.c speed up some unnecessarily slow tests 2016-03-31 02:02:22 +02:00
exp_series_basecase.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
find_roots.c long -> slong return values. 2015-11-10 13:41:43 +00:00
fit_length.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
fprintd.c DOC: more carefully preserve authorship info 2016-01-01 17:25:30 -05:00
gamma_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
get_coeff_acb.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
get_unique_fmpz_poly.c more get_unique_fmpz methods, and code for generating Swinnerton-Dyer polynomials 2015-01-16 17:02:03 +01:00
init.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
inlines.c add inline functions to library 2014-12-25 15:50:37 +01:00
integral.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
interpolate_barycentric.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
interpolate_fast.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
interpolate_newton.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
inv_series.c tweak arb/acb_poly_inv_series 2016-03-10 23:01:41 +01:00
lgamma_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
log_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
majorant.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
mul.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
mullow.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
mullow_classical.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
mullow_transpose.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
mullow_transpose_gauss.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
normalise.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
overlaps.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
polylog_series.c handle z = 1 in polylog 2016-01-21 15:35:46 +01:00
pow_acb_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
pow_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
pow_ui.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
pow_ui_trunc_binexp.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
powsum_one_series_sieved.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
powsum_series_naive.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
powsum_series_naive_threaded.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
product_roots.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
randtest.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
refine_roots_durand_kerner.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
reverse.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
revert_series.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
revert_series_lagrange.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
revert_series_lagrange_fast.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
revert_series_newton.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
rgamma_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
rising_ui_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
root_bound_fujiwara.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
root_inclusion.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
rsqrt_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set2_arb_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set2_fmpq_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set2_fmpz_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_coeff_acb.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_coeff_si.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_fmpz_poly.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_length.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_round.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
set_si.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
shift_left.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
shift_right.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_cos_pi_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_cos_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_cos_series_basecase.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_cos_series_tangent.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_pi_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sin_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sinc_series.c add arb_poly_sinc_series, acb_poly_sinc_series 2016-03-13 00:22:17 +01:00
sinh_cosh_series.c sinh and cosh for power series 2016-03-11 03:40:31 +01:00
sinh_cosh_series_basecase.c sinh and cosh for power series 2016-03-11 03:40:31 +01:00
sinh_cosh_series_exponential.c sinh and cosh for power series 2016-03-11 03:40:31 +01:00
sinh_series.c sinh and cosh for power series 2016-03-11 03:40:31 +01:00
sqrt_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
sub.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
tan_series.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
taylor_shift.c implement convolution-based Taylor shift 2016-01-19 14:17:33 +01:00
taylor_shift_convolution.c implement convolution-based Taylor shift 2016-01-19 14:17:33 +01:00
taylor_shift_divconquer.c implement fast Taylor shift and use in special-form polynomial composition 2016-01-18 14:38:21 +01:00
taylor_shift_horner.c implement fast Taylor shift and use in special-form polynomial composition 2016-01-18 14:38:21 +01:00
tree.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
validate_real_roots.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
validate_roots.c long -> slong return values. 2015-11-10 13:41:43 +00:00
zeta_em_bound.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
zeta_em_choose_param.c try to approximate relative instead of absolute tolerance in Hurwitz zeta for large positive s 2016-01-14 18:49:56 +01:00
zeta_em_sum.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
zeta_em_tail_bsplit.c long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
zeta_em_tail_naive.c printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
zeta_series.c try to approximate relative instead of absolute tolerance in Hurwitz zeta for large positive s 2016-01-14 18:49:56 +01:00