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

dsyev Performance

Deleted_U_Intel
Employee
339 Views
Dear,
Is it correct that the dsyev function call is about 6 times slower than Jacobi from numerical recipes (11.1)for 3x3matriches ?
Is it possible to use the dsyev call with two dimensional arrays?
All feedback is highly appreciated!
Thanks,
Bart
0 Kudos
2 Replies
Chao_Y_Intel
Moderator
339 Views

Hi Bart,

Intel MKL is high optimized for large matrix operation. 3x3 matrixes are very small matrix for Intel MKL. MKL are not high optimized for them

Regards,
Chao

0 Kudos
Chao_Y_Intel
Moderator
339 Views

Hi Bart,

Intel MKL is high optimized for large matrix operation. 3x3 matrixes are very small matrix for Intel MKL. MKLis not high optimized for them

Regards,
Chao

0 Kudos
Reply