Expand description
Memory-efficient algorithms and patterns for sparse matrices
This module provides advanced memory optimization techniques for sparse matrix operations, including streaming algorithms, out-of-core processing, and cache-aware implementations.
Structs§
- Cache
Aware Ops - Cache-aware sparse matrix operations
- Chunked
Operations - Chunked sparse matrix operations for memory efficiency
- Memory
Pool - Memory pool for efficient allocation and reuse
- Memory
Tracker - Memory usage tracking and optimization
- OutOf
Core Processor - Out-of-core sparse matrix operations
Functions§
- streaming_
sparse_ matvec - Memory-efficient sparse matrix-vector multiplication using streaming