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

different results between PARDISO, DSS and ZGESV

pkalozoum
Beginner
573 Views
Hello everybody,

I would like your opinion in the following problem. I' m trying to solve a complex, unsymmetric matrix (588x588) and as a test for the result accuracy I used ZGESV, PARDISO and DSS. ZGESV seems to give the best result according to the expected solution. DSS in the begining gives slightly different numbers and then converges to the results of ZGESV while PARDISO gives the first numbers same as ZGESV and then diverges from the ZGESV solution.

Any ideas of what is wrong please?

Thanks

Panayotis
0 Kudos
1 Reply
mecej4
Honored Contributor III
573 Views
Please clarify what you mean by "solve a matrix". Are you solving Ax = b for x, where A is the matrix that you write about? Or are you finding singular values? Similarly, what do you mean by "result"? How was the "expected solution" obtained?

Let us first establish that there is something wrong before we ask what caused it.
0 Kudos
Reply