Function inverse

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

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

Time complexity $O(n^3)$