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

I read the document about mkl pardiso,what does this means?To compute schur,iparm[35]= -2

yimodao
Beginner
458 Views

Call the reordering phase of MKL PARDISO with iparm[35] set to -1 in order to compute the Schur complement matrix only, or -2 to compute all  factorization arrays. perm array indices related to the Schur complement  matrix must be set to 1.

 

What's all factorization arrays means?Anything other than schur matrix?Where to get?

0 Kudos
2 Replies
Fengrui
Moderator
371 Views

The factorization arrays are the results of numerical factorization. These arrays can be used for the solution phase. So far, the factors are not available to export.

0 Kudos
yimodao
Beginner
355 Views
0 Kudos
Reply