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.

Modify MKL_PARDISO_PIVOT

Javi_Dopazo
Beginner
5,075 Views

Could someone help me by telling me how I can modify the function MKL_PARDISO_PIVOT

0 Kudos
23 Replies
AryanK_Intel
Employee
678 Views

Hi,

 

Sorry for the delay in response.

 

Sparse direct solvers like LAPACK and known variants don't employ pivoting strategies for symmetric positive matrices. MKL Pardiso also avoids analyzing pivots for performance when dealing with such matrices (mtype=2). 

For mtype=2 (symmetric positive-definite) and mtype=4 (complex and Hermitian positive definite), oneMKL Pardiso utilizes Cholesky factorization without pivoting. Since that setting iparm(56) = 1 is ignored for these matrix types.

 

Thanks & Regards,

Aryan. K.


0 Kudos
Javi_Dopazo
Beginner
664 Views

Thank you.

0 Kudos
AryanK_Intel
Employee
662 Views

Hi,


In case you run into any other issues please feel free to create a new thread.


Thanks & Regards,

Aryan.


0 Kudos
Reply