- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FGMRES routines support only real data types so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot, and what could I do if I want to use GMRES to solve the liner system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page