pub fn determinant<F>(a: Vec<Vec<F::Element>>, modulo: &F) -> F::Elementwhere F: FF, F::Element: FFElem,
$\mathbb{Z} / p \mathbb{Z}$($p$は素数)上で行列式を求める。
Time complexity $O(n^3)$