Sparse matrix: Difference between revisions

Content deleted Content added
Undid revision 1155676825 by Arijit11dey2001 (talk)
Line 177:
* [https://crates.io/crates/sprs sprs] implements sparse matrix data structures and linear algebra algorithms in pure Rust.
* [https://basic-matrix-library.readthedocs.io/en/latest/ Basic Matrix Library (bml)] supports several sparse matrix formats and linear algebra algorithms with bindings for C, C++, and Fortran.
* [https://www-users.cse.umn.edu/~saad/software/SPARSKIT/ SPARSKIT] A basic tool-kit for sparse matrix computations from University of Minnesota.
 
==History==