Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

multiply a matrrix by a vector

Jacques_DEL
Beginner
671 Views

hi,

In INTEL-IPP-2019, ippmMul_mv_64f became obsolet. So how can I multiply a matrix by a vector now?

Thanks a lot

0 Kudos
3 Replies
Igor_A_Intel
Employee
671 Views

Hi Jacques,

ippM domain was deprecated long ago and removed from the library in IPP 9.0 release. There are only two ways to have this functionality: (1) to link with the IPP legacy libraries or (2) to switch to MKL libraries. Please take a look at https://software.intel.com/en-us/articles/the-alternatives-for-intel-ipp-legacy-small-matrices-domain for details.

Regards, Igor

0 Kudos
Gennady_F_Intel
Moderator
671 Views

here is the link to the MKL v. 2019 reference for C : https://software.intel.com/en-us/mkl-developer-reference-c-blas-level-2-routines

 

0 Kudos
Pavel_B_Intel1
Employee
671 Views

Please use MKL - it is the best option. IPP legacy library is backup variant, we do not develop them, it is legacy...

Pavel

0 Kudos
Reply