Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 356 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 356 Bytes

Java implementation for Sparse Matrix Multiplication

This repository offers a library for you to work with sparse matrices so that you can multiply matrices of large orders. You can check the efficiency of this implementation by taking a look at the article Benchmark of Sparse Matrix Multiplication