sparse_matrix

Crates.iosparse_matrix
lib.rssparse_matrix
version0.6.3
sourcesrc
created_at2023-04-18 07:25:20.179548
updated_at2024-06-03 19:47:31.514275
descriptionA library to do linear algebra with sparse matrix
homepage
repository
max_upload_size
id842245
size13,158
(KevCts)

documentation

https://docs.rs/sparse_matrix

README

sparse_matrix

A library to do solve sparse algebra problems.

How is it meant to be used ?

You are meant to create build your matrix using a coo_mat that uses a HashMap to store the matrix. Then transform it to a csr_matrix that uses the Compressed Sparse Row format that will be used to solve your problem.

Commit count: 0

cargo fmt