Sparse matrix: Difference between revisions

Content deleted Content added
No edit summary
Line 163:
* [[MUMPS (software)|MUMPS]] ('''MU'''ltifrontal '''M'''assively '''P'''arallel sparse direct '''S'''olver), written in Fortran90, is a [[frontal solver]].
* [[deal.II]], a finite element library that also has a sub-library for sparse linear systems and their solution.
* [[Dune_Dune (mathematics software)|DUNE]], another finite element library that also has a sub-library for sparse linear systems and their solution.
* [[Armadillo (C++ library)|Armadillo]] provides a user-friendly C++ wrapper for BLAS and LAPACK.
* [[SciPy]] provides support for several sparse matrix formats, linear algebra, and solvers.