Searched refs:_acb_poly_taylor_shift_convolution (Results 1 – 4 of 4) sorted by relevance
/dports/math/arb/arb-2.21.1/acb_poly/ |
H A D | taylor_shift_convolution.c | 15 _acb_poly_taylor_shift_convolution(acb_ptr p, const acb_t c, slong len, slong prec) in _acb_poly_taylor_shift_convolution() function 96 _acb_poly_taylor_shift_convolution(g->coeffs, c, g->length, prec); in acb_poly_taylor_shift_convolution()
|
H A D | taylor_shift.c | 24 _acb_poly_taylor_shift_convolution(poly, c, n, prec); in _acb_poly_taylor_shift()
|
/dports/math/arb/arb-2.21.1/ |
H A D | acb_poly.h | 396 void _acb_poly_taylor_shift_convolution(acb_ptr poly, const acb_t c, slong n, slong prec);
|
/dports/math/arb/arb-2.21.1/doc/source/ |
H A D | acb_poly.rst | 399 .. function:: void _acb_poly_taylor_shift_convolution(acb_ptr g, const acb_t c, slong n, slong prec)
|