1
2
3
4
5
6
7
8
//! Algebra
//!
//! Fore more information: <br>
//! <https://en.wikipedia.org/wiki/Algebra>

#[macro_use]
pub mod linear;
pub mod abstr;