arb/acb_hypgeom
2019-10-14 18:31:22 -04:00
..
test permit finite eval of coulomb_f at z = 0 2019-02-28 17:18:56 +01:00
0f1.c implement scaled modified Bessel functions 2018-03-23 13:41:46 +01:00
2f1.c 2F1: allow computing finite limits for inexact parameters differing by integers 2016-05-10 17:21:26 +02:00
2f1_choose.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
2f1_continuation.c 2f1_continuation: use slightly sharper (and simpler) bound 2016-05-02 22:13:05 +02:00
2f1_corner.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
2f1_direct.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
2f1_series_direct.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
2f1_transform.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
airy.c Airy functions: fix precision loss for huge input and high precision 2018-05-01 11:02:49 +02:00
airy_asymp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
airy_bound.c attempt to improve bounds for Airy functions 2018-02-11 22:28:49 +01:00
airy_direct.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
airy_jet.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
airy_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bessel_i.c fix imag part incorrectly being set to zero for imaginary z in bessel_i_scaled 2018-07-19 21:24:41 -04:00
bessel_j.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bessel_k.c implement scaled modified Bessel functions 2018-03-23 13:41:46 +01:00
bessel_y.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
beta_lower.c incomplete beta function 2016-05-19 15:43:15 +02:00
beta_lower_series.c incomplete beta function 2016-05-19 15:43:15 +02:00
chebyshev_t.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chebyshev_u.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chi_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
ci.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
ci_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
coulomb.c fungrim refs for Coulomb wave function formulas in comments 2019-08-13 16:24:12 +02:00
coulomb_jet.c fungrim refs for Coulomb wave function formulas in comments 2019-08-13 16:24:12 +02:00
coulomb_series.c Coulomb wave functions 2019-02-26 15:12:19 +01:00
dilog.c increase working precision in dilog 2017-02-26 00:08:30 +01:00
dilog_bernoulli.c dilog_bernoulli: real output 2017-02-25 16:46:04 +01:00
dilog_bitburst.c faster dilog implementation 2017-02-24 21:58:23 +01:00
dilog_continuation.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
dilog_transform.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
dilog_zero.c faster dilog implementation 2017-02-24 21:58:23 +01:00
dilog_zero_taylor.c faster dilog implementation 2017-02-24 21:58:23 +01:00
ei.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
ei_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
erf.c fix some missing clears() 2016-12-05 14:37:08 +01:00
erf_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
erfc.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
erfc_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
erfi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
erfi_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
expint.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
fresnel.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
fresnel_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
gamma_lower.c fix aliasing issue in acb_hypgeom_gamma_lower 2016-09-06 13:09:02 +02:00
gamma_lower_series.c simplify gamma lower series code a bit 2016-04-27 11:39:35 -04:00
gamma_upper.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
gamma_upper_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
gegenbauer_c.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
hermite_h.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
jacobi_p.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
laguerre_l.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
legendre_p.c legendre_p: handle inexact integer a+b-c in 2F1 better (patch by Joel Dahne) 2018-07-06 12:42:58 +02:00
legendre_p_uiui_rec.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
legendre_q.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
li.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
li_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
m.c add rel_one_accuracy_bits methods; improvement to precision handling for hypgeom_m 2019-02-22 13:28:03 +01:00
pfq.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_bound_factor.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_choose_n.c add mag_get_d_log2_approx as a public method 2017-02-22 11:21:58 +01:00
pfq_direct.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_series_direct.c pfq_series_sum: implement binary splitting and rectangular splitting -> greatly speeds up Y_n(z), K_n(z) and other functions at high precision, and speeds up high-order parameter derivatives 2016-05-16 18:40:45 +02:00
pfq_series_sum.c acb_hypgeom_pfq_series_sum: prefer sum_rs also for larger len, since acb_poly_div_series is faster now (reported by Mark Watkins) 2019-10-14 18:31:22 -04:00
pfq_series_sum_bs.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
pfq_series_sum_forward.c pfq_series_sum: implement binary splitting and rectangular splitting -> greatly speeds up Y_n(z), K_n(z) and other functions at high precision, and speeds up high-order parameter derivatives 2016-05-16 18:40:45 +02:00
pfq_series_sum_rs.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
pfq_sum.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_sum_bs.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_sum_fme.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
pfq_sum_forward.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pfq_sum_rs.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
shi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
shi_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
si.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
si_series.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
spherical_y.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
u.c some attempt to estimate cancellation in hypgeom_u 2019-02-23 14:16:56 +01:00
u_asymp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
u_use_asymp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00