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

matrix pivots from pardiso

pierangelo_f_
Beginner
422 Views

How can I get from PARDISO the max/min (or all) pivots after the factorisation of the matrix?

It's possible or not?

Thanks

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
422 Views

There are no such opportunity in the current version. For spd matrixes (mtype==2,4), when iparm(30), then if the solver detects a zero or negative pivot for these matrix types, the factorization is stopped, PARDISO returns immediately with an error (error = -4) and iparm(30) contains the number of the equation where the first zero or negative pivot is detected.

--Gennady

 

0 Kudos
Paweł_J_
Beginner
422 Views

This question is about 5 years old, so maybe there where some changes and getting from PARDISO all zero pivots after factorization phase is now possible?

I'm aware of iparm(30) for matrices (mtype==2,4), what about matrix (mtype=-2) ?

thx in advance

Pawel J.

0 Kudos
Reply