Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Sparse matrix complex number

Gianluca_G_1
Beginner
163 Views

We are going to solve linear systems with sparse matrix of complex numbers and we would like to know, which is the most suitable mkl routine to use.
We read the documentation but we have still some doubts.

We saw that we can use PARDISO functions or Direct Sparse Solver (DSS) Interface Routines.

We would like to be oriented. Any suggestion or help?

Thank you

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
163 Views

our recommendation - Pardiso. there are several reasons of that, for example - Intel Pardiso API suggests more options vs DSS API.

Reply