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

SSI

JohnNichols
Valued Contributor III
436 Views

Capture7.PNG

Is there a MKL routine to do either equation 2 or directly do equation 3.  

Thanks 

John

 

0 Kudos
1 Reply
Ying_H_Intel
Employee
436 Views

Hi John,

If i understand correct, for equation 2, as i understand , if the lelf array y(k+i) etc   and right array y(k) ete ready, then it is dot product, right?

MKL has such function , please see all mkl function list in https://software.intel.com/en-us/mkl-developer-reference-c

No direct for equation 3.  But seems there are much optimize chance for the equation by manual code and several mkl dotproduct matrix vector functions. . 

Best Regards,
Ying

0 Kudos
Reply