Module sym_csr

Module sym_csr 

Source
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ยง

SymCsrArray
Array-based SymCSR implementation compatible with SparseArray trait
SymCsrMatrix
Symmetric Compressed Sparse Row (SymCSR) matrix