1 2 3
pub use crate::matrix_impl::Matrix; pub use crate::vector_impl::Vector; pub use crate::{vector, matrix};