Expand description
Unified matrix system with zero-cost abstractions
This module provides a single Matrix type that can represent all special
matrix types while maintaining optimal memory usage and performance.
Enums§
- Matrix
- Unified matrix type that can represent any matrix efficiently
Traits§
- Core
Matrix Ops - Core matrix operations that work directly on Matrix types