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

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

yimodao
Beginner
455 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
368 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
352 Views
0 Kudos
Reply