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

Data type in FGMRES

wen_qiang_z_
Einsteiger
1.291Aufrufe

Hi, I`m wondering if I can use MKL FGMRES to solve Ax=B where all the elements in Matrix A and righthand vector are complex

 

0 Kudos
3 Antworten
Gennady_F_Intel
Moderator
1.291Aufrufe

FGMRES routines support only real data types so far.

wen_qiang_z_
Einsteiger
1.291Aufrufe

Thanks a lot, and what could I do if I want to use GMRES to solve the liner system?

Alexander_K_Intel2
Mitarbeiter
1.291Aufrufe

Hi,

You can split your system on new one with real values and doubled size by splitting initial on real and imaginary parts. Or you can use Intel MKL Pardiso (https://software.intel.com/en-us/mkl-developer-reference-c-pardiso) as solver of your system.

Thanks,

Alex

Antworten