A general mathematics library.
Real and Complex are Rust implementations of their mathematical counterparts, and Vector and Matrix form the basis of the crate’s linear algebra systems.
Real
Complex
Vector
Matrix
pub use elem::*;
pub use linal::*;