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.

Inconsistent results with Pardiso

Rawlins__David
Beginner
593 Views
Hi,

I'm getting inconsistent results from one run to another with Pardiso and the same input file. I'm assuming it's due to an ill conditioned matrix, but I'm wondering if there may be something else that may be causing the inconsistent results.

Thanks,

Dave
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
593 Views
Hi,

I'm getting inconsistent results from one run to another with Pardiso and the same input file. I'm assuming it's due to an ill conditioned matrix, but I'm wondering if there may be something else that may be causing the inconsistent results.

Thanks,

Dave
Dave,

what do you mean by inconsistency? I saw some posts from people expecting bit-by-bit identical results, which for Pardiso you won't get.
In general, if the matrix is ill-conditioned, you should go along SVD path and not Pardiso.

A.
0 Kudos
Rawlins__David
Beginner
593 Views
Quoting - ArturGuzik
Dave,

what do you mean by inconsistency? I saw some posts from people expecting bit-by-bit identical results, which for Pardiso you won't get.
In general, if the matrix is ill-conditioned, you should go along SVD path and not Pardiso.

A.

Thanks, I'll look into SVD.

Dave
0 Kudos
Reply