Function adjugate

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

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

Time complexity $O(n^3)$