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

Possible to save factorization from Pardiso?

Jason_Jones
Beginner
538 Views
I was wondering if it is possible to save the LU ( LL' or LDL ) factors when using the Pardiso solver? I have looked around but not seen anything mentioning this in the MKL Pardiso documentation or the documentation on the Pardiso website. It looks like the pt array contains the pointers to the factors (and maybe other things), but the data structure is undocumented.

Thanks,

J
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
538 Views
Jason, it's impossible to save LU factors using Pardsio.
--Gennady
0 Kudos
Reply