Generic Parallel Algorithms for Sparse Matrix and Graph
Cusp is a library for sparse linear algebra and graph computations on CUDA. Cusp provides a flexible, high-level interface for manipulating sparse matrices and solving sparse linear systems.
Cusp is a library for sparse linear algebra and graph computations on CUDA. Cusp provides a flexible, high-level interface for manipulating sparse matrices and solving sparse linear systems.
To install cusp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cusp
To see what files were installed by cusp, run:
port contents cusp
To later upgrade cusp, run:
sudo port selfupdate && sudo port upgrade cusp
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.