math_concept/lalg/
mod.rs

1//! # Linear algebra concepts and data structures
2//!
3
4pub mod matrix;