suite-sparse

Suite of sparse matrix algorithms and libraries for scientific computing

brewmacoslinux
Try with needOr install directly
Source

About

Suite of Sparse Matrix Software

Commands

amdbtfcamdccolamdcholmodcolamdcxsparsekluldlumfpackspqr

Examples

Use AMD (Approximate Minimum Degree) for matrix reordering in sparse linear systems$ amd < matrix.txt
Apply COLAMD (Column Approximate Minimum Degree) reordering to a sparse matrix$ colamd < sparse_matrix.txt
Solve sparse linear systems using UMFPACK (UMFpack Sparse LU Factorization)$ umfpack < system_matrix.txt