Function gaussian_elim

Source
pub fn gaussian_elim<T>(a: Vec<Vec<T>>) -> (usize, Vec<Vec<T>>)
where T: FFElem,
Expand description

$\mathbb{Z} / p \mathbb{Z}$($p$は素数)上で行列を掃き出し、ランクを求める。