[][src]Function flint_sys::_fmpz_mod_poly_hgcd

pub unsafe extern "C" fn _fmpz_mod_poly_hgcd(
    M: *mut *mut fmpz,
    lenM: *const isize,
    A: *mut fmpz,
    lenA: *const isize,
    B: *mut fmpz,
    lenB: *const isize,
    a: *const fmpz,
    lena: slong,
    b: *const fmpz,
    lenb: slong,
    mod_: *const fmpz
) -> slong

See the FLINT Documentation for this function.