| | What is CUSP? | CUSP is a library for sparse linear algebra and graph computations on CUDA. Currently in development, CUSP provides a high-level interface for: - iterative methods for solving sparse linear systems
- sparse matrix format conversions
- MatrixMarket file IO
- moving data between host and device
| |