Function determinant

Source
pub fn determinant<F>(a: Vec<Vec<F::Element>>, modulo: &F) -> F::Element
where F: FF, F::Element: FFElem,
Expand description

$\mathbb{Z} / p \mathbb{Z}$($p$は素数)上で行列式を求める。

Time complexity $O(n^3)$