Function determinant

Source
pub fn determinant<R>(a: Vec<Vec<R::Element>>, ring: &R) -> R::Element
where R: ZZ + Copy, R::Element: ZZElem,
Expand description

$\mathbb{Z} / m \mathbb{Z}$上で行列式を求める。