[][src]Function flint_sys::fmpz_mod_poly_compose_mod_brent_kung_vec_preinv_threaded

pub unsafe extern "C" fn fmpz_mod_poly_compose_mod_brent_kung_vec_preinv_threaded(
    res: *mut fmpz_mod_poly,
    polys: *const fmpz_mod_poly,
    len1: slong,
    n: slong,
    g: *const fmpz_mod_poly,
    poly: *const fmpz_mod_poly,
    polyinv: *const fmpz_mod_poly
)

See the FLINT Documentation for this function.