[][src]Function flint_sys::fmpz_mod_poly_compose_mod_brent_kung_vec_preinv

pub unsafe extern "C" fn fmpz_mod_poly_compose_mod_brent_kung_vec_preinv(
    res: *mut fmpz_mod_poly,
    polys: *const fmpz_mod_poly,
    len1: slong,
    n: slong,
    g: *const fmpz_mod_poly,
    h: *const fmpz_mod_poly,
    hinv: *const fmpz_mod_poly
)

See the FLINT Documentation for this function.