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

Looking for recommended routine to find full SVD of square matrix

Kalinkin__Alexander
319 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
319 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