m4ri-rust 0.4.0

M4RI-based boolean linear algebra
Documentation
1
2
3
4
5
6
//! Friendly interfaces on the M4RI constructs

mod binary_matrix;
mod binary_vector;
pub use self::binary_matrix::*;
pub use self::binary_vector::*;