A basic tool-kit for sparse matrix computations: programs for converting data structures, printing simple statistics on a matrix, plotting a matrix profile, performing basic linear algebra operations with sparse matrices and so on.
A basic tool-kit for sparse matrix computations: programs for converting data structures, printing simple statistics on a matrix, plotting a matrix profile, performing basic linear algebra operations with sparse matrices and so on.
To install sparskit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sparskit
To see what files were installed by sparskit, run:
port contents sparskit
To later upgrade sparskit, run:
sudo port selfupdate && sudo port upgrade sparskit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.