extern crate core; pub mod index; mod macros; mod matrix; mod matrix_traits; pub use matrix::{Matrix, Scalar, Vector};