The matrix is so large(size: 100000*100000) which consume two much, so the library should use triplet or other way to store it. I search the Internet, but those library always use common matrix not triplet or other way to compress the storage.
It didn’t work for me. Can someone recommend some c library for me?
Thank you for your help.
Is Boost – Compressed Sparse Matrix an alternative for you?
EDIT:
Pure C-Library: CSparse