- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please look at mkl_scsrmultcsr(..) which computes product of two sparce matrixes stored in the CSR format.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page