/// Module hosting the [Vector][crate::vector::Vector] type and its implementations
pubmodvector;/// Module hosting the [Matrix][crate::matrix::Matrix] type and its implementations
pubmodmatrix;/// Imports the [Vector][crate::vector::Vector] and [Matrix][crate::matrix::Matrix] types.
pubmodprelude;