简体   繁体   English

CSR矩阵矩阵乘积算法

[英]CSR matrix-matrix products algorithm

I found a lot of examples and algorithms on CSR matrix creation, visualize, product with vector. 我发现了许多有关CSR矩阵创建,可视化和矢量积的示例和算法。 But I didn't found any algorithm on CSR-matrix * CSR-matrix product. 但是我没有在CSR-矩阵* CSR-矩阵产品上找到任何算法。

I found a nice link in which is explained the matrix dot vector product. 我找到了一个很好的链接,在其中解释了矩阵点矢量积。

Could somebody help me? 有人可以帮我吗?

You can look into the references and source code of some libraries implemented this operation 您可以查看实现此操作的某些库的参考和源代码

Or even easier you could just use one of these libraries. 甚至更简单,您可以只使用这些库之一。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM