Expand description
Matrix operations and data structures for sparse linear algebra.
This module provides efficient implementations of sparse matrix formats optimized for asymmetric diagonally dominant systems, with support for both traditional linear algebra operations and graph-based algorithms.
Re-exports§
pub use optimized::OptimizedCSRStorage;pub use optimized::BufferPool;pub use optimized::StreamingMatrix;
Modules§
- optimized
- Optimized sparse matrix implementations with SIMD acceleration and buffer pooling.
- sparse
- Sparse matrix storage implementations.
Structs§
- Sparse
Matrix - Main sparse matrix implementation supporting multiple storage formats.
Enums§
- Sparse
Format - Sparse matrix storage formats.
Traits§
- Matrix
- Trait defining the interface for matrix operations.