Searched refs:acb_poly_set_coeff_acb (Results 1 – 10 of 10) sorted by relevance
/dports/math/arb/arb-2.21.1/acb_poly/test/ |
H A D | t-pow_acb_series.c | 44 acb_poly_set_coeff_acb(f, 0, c); in main() 46 acb_poly_set_coeff_acb(f, 1 + n_randint(state, 20), c); in main()
|
H A D | t-get_set_coeff_fmprb.c | 41 acb_poly_set_coeff_acb(a, coeff, x1); in main()
|
H A D | t-lgamma_series.c | 35 acb_poly_set_coeff_acb(a, 0, c); in main()
|
H A D | t-zeta_series.c | 54 acb_poly_set_coeff_acb(S, 0, a); in main()
|
/dports/math/arb/arb-2.21.1/acb_poly/ |
H A D | set_coeff_acb.c | 15 acb_poly_set_coeff_acb(acb_poly_t poly, slong n, const acb_t x) in acb_poly_set_coeff_acb() function
|
/dports/math/arb/arb-2.21.1/acb_hypgeom/ |
H A D | bessel_k.c | 138 acb_poly_set_coeff_acb(nux, 0, nu); in acb_hypgeom_bessel_k_0f1()
|
H A D | u.c | 228 acb_poly_set_coeff_acb(bb, 0, b); in acb_hypgeom_u_1f1()
|
H A D | coulomb_jet.c | 42 acb_poly_set_coeff_acb(zx, 0, z); in _acb_hypgeom_coulomb_f_int_jet()
|
/dports/math/arb/arb-2.21.1/ |
H A D | acb_poly.h | 108 void acb_poly_set_coeff_acb(acb_poly_t poly, slong n, const acb_t x);
|
/dports/math/arb/arb-2.21.1/doc/source/ |
H A D | acb_poly.rst | 118 .. function:: void acb_poly_set_coeff_acb(acb_poly_t poly, slong n, const acb_t c)
|