mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 20:19:26 +00:00
add matrix module with submodules for mat, seriesops, and boolops
This commit is contained in:
7
src/matrix/mod.rs
Normal file
7
src/matrix/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod mat;
|
||||
pub mod seriesops;
|
||||
pub mod boolops;
|
||||
|
||||
pub use mat::*;
|
||||
pub use seriesops::*;
|
||||
pub use boolops::*;
|
Reference in New Issue
Block a user