1
2
3
4
5
6
mod matrix;

pub use crate::matrix::Matrix;

#[cfg(test)]
mod tests;