[][src]Function antic::nmod_poly_compose_mod_brent_kung_vec_preinv_threaded_pool

pub unsafe extern "C" fn nmod_poly_compose_mod_brent_kung_vec_preinv_threaded_pool(
    res: *mut nmod_poly_struct,
    polys: *const nmod_poly_struct,
    len1: mp_limb_signed_t,
    n: mp_limb_signed_t,
    g: *mut nmod_poly_struct,
    poly: *mut nmod_poly_struct,
    polyinv: *mut nmod_poly_struct,
    threads: *mut thread_pool_handle,
    num_threads: mp_limb_signed_t
)