Skip to main content

gr_poly_compose_mod_preinv

Function gr_poly_compose_mod_preinv 

Source
pub unsafe extern "C" fn gr_poly_compose_mod_preinv(
    res: *mut gr_poly_struct,
    poly1: *const gr_poly_struct,
    poly2: *const gr_poly_struct,
    poly3: *const gr_poly_struct,
    poly3inv: *const gr_poly_struct,
    ctx: *mut gr_ctx_struct,
) -> c_int