1
2
3
4
//! # Linear algebra concepts and data structures
//!

pub mod matrix;