Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Sparse Matrix Vector multiplication.

emoreno
Beginner
637 Views
Hi all, I'm a new MKL user.

There exists any function to multiply a sparse matrix by a full vector?

Thanks.
0 Kudos
2 Replies
alexeiii
Beginner
637 Views
Use
mkl_d{coo,dia,csr,csc}mv for multiplication sparse matrix by vector.
0 Kudos
Todd_R_Intel
Employee
637 Views
Note: These functions are new to Intel MKL 8.0. -Todd
0 Kudos
Reply