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.
7234 Discussions

Looking for recommended routine to find full SVD of square matrix

Kalinkin__Alexander
738 Views

Dear MKL team,

I am looking for routine to solve full SVD of square matrix with sizes about 20k-40k. Can you point me on the recommended function and performance numbers in case you have any available? 

Thanks,

Alex 

0 Kudos
1 Reply
Sergey_K_Intel1
Employee
738 Views

Hi Alex,

You can use ?GESDD or ?GESVD. The divide and conquer SVD (e.g. ?GESDD) in a bit faster.

Sergey 

0 Kudos
Reply