Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

dsyev Performance

Deleted_U_Intel
Employee
588 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
588 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
588 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