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

Why parameters of vdSin and vsSin are arrays?

kukuta
Beginner
405 Views

Hello,

I am using MKL 9.1.027 and I am using vdSin and vsSin. But paramters of vdSin and vsSin are Arrays, no Numbers. Why? Please help me understanding the purposes of them.

thanks alot!

0 Kudos
3 Replies
Andrey_G_Intel2
Employee
405 Views
Because vdSin and vsSin are VECTOR math functions. They are accepted vectors as input and output parametes.
0 Kudos
kukuta
Beginner
405 Views

thanks you for your answer.

But what the reasonsdoes VECTOR use?please help me clearly!

Best Regards!

kukuta.

0 Kudos
Andrey_G_Intel2
Employee
405 Views
Vector computations widely used in some classes of applications like financial mathematics, physics modeling and so on. By using MKL vector math functions you have possibility to increase performance of such applications.
0 Kudos
Reply