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

Sparse Matrix Vector multiplication.

emoreno
初学者
1,695 次查看
Hi all, I'm a new MKL user.

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

Thanks.
0 项奖励
2 回复数
alexeiii
初学者
1,695 次查看
Use
mkl_d{coo,dia,csr,csc}mv for multiplication sparse matrix by vector.
0 项奖励
Todd_R_Intel
员工
1,695 次查看
Note: These functions are new to Intel MKL 8.0. -Todd
0 项奖励
回复