[][src]Function antic::_fmpz_mat_solve_dixon_den

pub unsafe extern "C" fn _fmpz_mat_solve_dixon_den(
    X: *mut fmpz_mat_struct,
    den: *mut fmpz,
    A: *mut fmpz_mat_struct,
    B: *mut fmpz_mat_struct,
    Ainv: *mut nmod_mat_struct,
    p: mp_limb_t,
    N: *mut fmpz,
    D: *mut fmpz
)