[][src]Function antic::fmpz_poly_hensel_lift_without_inverse

pub unsafe extern "C" fn fmpz_poly_hensel_lift_without_inverse(
    Gout: *mut fmpz_poly_struct,
    Hout: *mut fmpz_poly_struct,
    f: *mut fmpz_poly_struct,
    g: *mut fmpz_poly_struct,
    h: *mut fmpz_poly_struct,
    a: *mut fmpz_poly_struct,
    b: *mut fmpz_poly_struct,
    p: *mut fmpz,
    p1: *mut fmpz
)