pub mod mat; pub mod seriesops; pub mod boolops; pub use mat::*; pub use seriesops::*; pub use boolops::*;