[][src]Function flint_sys::_fmpz_mod_poly_compose_mod_brent_kung_preinv

pub unsafe extern "C" fn _fmpz_mod_poly_compose_mod_brent_kung_preinv(
    res: *mut fmpz,
    f: *const fmpz,
    lenf: slong,
    g: *const fmpz,
    h: *const fmpz,
    lenh: slong,
    hinv: *const fmpz,
    lenhinv: slong,
    p: *const fmpz
)

See the FLINT Documentation for this function.