mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
add matrix module with submodules for mat, seriesops, and boolops
This commit is contained in:
parent
c52d36ff36
commit
0b2443d794
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::*;
|
Loading…
x
Reference in New Issue
Block a user