A library to do solve sparse algebra problems.
You are meant to create build your matrix using a coomat that uses a HashMap to store the matrix. Then transform it to a csrmatrix that uses the Compressed Sparse Row format that will be used to solve your problem.