Expand description
Symmetric Compressed Sparse Row (SymCSR) module
This module provides a specialized implementation of the CSR format optimized for symmetric matrices, storing only the lower or upper triangular part of the matrix.
Structsยง
- SymCsr
Array - Array-based SymCSR implementation compatible with SparseArray trait
- SymCsr
Matrix - Symmetric Compressed Sparse Row (SymCSR) matrix