Sparse matrix: Difference between revisions

Content deleted Content added
Undid revision 1258709111 by 2804:7F4:32C2:F945:12BD:DC03:FA28:6DC4 (talk) This needs a source
Software: Add Julia support of sparse arrays
Line 169:
* [[ARPACK]] Fortran 77 library for sparse matrix diagonalization and manipulation, using the Arnoldi algorithm
* [[SLEPc]] Library for solution of large scale linear systems and sparse matrices
* [[scikit-learn]], a Python library for [[machine learning]], provides support for sparse matrices and solvers.
* [https://docs.julialang.org/en/v1/stdlib/SparseArrays/ SparseArrays] is a [[Julia (programming language)|Julia]] standart library.
 
==History==