[][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,
    l: slong,
    g: *const fmpz,
    glen: slong,
    h: *const fmpz,
    lenh: slong,
    hinv: *const fmpz,
    lenhinv: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.