Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7069 Discussions

Possible to save factorization from Pardiso?

Jason_Jones
Beginner
374 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
374 Views
Jason, it's impossible to save LU factors using Pardsio.
--Gennady
0 Kudos
Reply