Skip to main content

acb_poly_evaluate_vec_fast

Function acb_poly_evaluate_vec_fast 

Source
pub unsafe extern "C" fn acb_poly_evaluate_vec_fast(
    ys: acb_ptr,
    poly: *const acb_poly_struct,
    xs: acb_srcptr,
    n: slong,
    prec: slong,
)