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