Module csr

Source
Expand description

Compressed Sparse Row (CSR) matrix format

This module provides the CSR matrix format implementation, which is efficient for row operations, matrix-vector multiplication, and more.

Structsยง

CsrMatrix
Compressed Sparse Row (CSR) matrix