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_
초급자
1,862 조회수

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 포인트
3 응답
Gennady_F_Intel
중재자
1,862 조회수

FGMRES routines support only real data types so far.

0 포인트
wen_qiang_z_
초급자
1,862 조회수

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

0 포인트
Alexander_K_Intel2
1,862 조회수

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

0 포인트
응답