[][src]Function flint_sys::_fmpz_mod_poly_resultant_hgcd

pub unsafe extern "C" fn _fmpz_mod_poly_resultant_hgcd(
    res: *mut fmpz,
    A: *const fmpz,
    lenA: slong,
    B: *const fmpz,
    lenB: slong,
    mod_: *const fmpz
)

See the FLINT Documentation for this function.