Sparse matrix computation based on nalgebra, providing sparse matrix types and operations.
# Cargo.toml
[dependencies]
nalgebra-sparse = "0.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a 3x3 identity sparse matrix in CSR format.
Add `nalgebra = { version = "0.32", features = ["sparse"] }` to Cargo.toml.No dependency data recorded yet.