1//! mod 2 2 3pub mod determinant; 4pub mod gaussian_elim; 5pub mod inverse; 6pub mod lineq; 7pub mod matrix;