Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Sparse Matrix Multiplication

Viral_Dave
Beginner
178 Views

Hey all I am working on very big size of matrix which have more zeros value compare to non zeroes value(Sparse Matrix). I want to do multiplication of this two sparse matrix so is there any function for Sparse Matrix multiplication. Now i m using mkl_?csrmm to do multiplication but in  this only i can take one sparse matrix and other is dense matrix. so please let me know how to do this task. if any alternative is available please tell that also.

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
178 Views

Please look at mkl_scsrmultcsr(..) which computes product of two sparce matrixes stored in the CSR format. 

Reply