Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
矩阵很大(size: 100000*100000),消耗了两个,所以库应该使用三元组或其他方式来存储它。我在互联网上搜索,但那些图书馆总是使用common matrixnottriplet或其他方式来compress the storage.
(size: 100000*100000)
common matrix
triplet
compress the storage
它对我不起作用。有人可以为我推荐一些c library吗?
c library
感谢您的帮助。
Boost - 压缩稀疏矩阵是您的替代方案吗?
编辑:纯 C 库:CSparse