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

Incomplete LU factorization of complex matrix

cornholio84
Beginner
498 Views

Hi,

is there a possibility to use the routines dcsrilu0 or dcsrilut on complex sparse matrices?

Thank you!

Stefan

0 Kudos
1 Reply
Sergey_G_Intel
Employee
498 Views

Hi Stefan,

Thank you for using Intel MKL!

Current implementation of preconditioners does not allow straightforward usage for complex matrices. You may use one of 2 options available.

First option would be to file feature request for complex preconditioners through http://premier.intel.com site (registration is required).

Second option is to convert the complex system to real one (twice larger with separatedreal and imaginary parts) andapply preconditionerstothis real system.

Kind regards,

Sergey G

0 Kudos
Reply