Module unified

Module unified 

Source
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§

CoreMatrixOps
Core matrix operations that work directly on Matrix types