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

pardiso_getdiag

pierangelo_f_
Beginner
280 Views

When I do a

call pardiso_getdiag( pt, df, da, mnum, error)

the arrays DF and DA are filled with 'factored' and 'original' diagonal pivots.

The pivots are in the same 'order' of the 'original' matrix or they are 'permuted'?

 

0 Kudos
1 Reply
Alexander_K_Intel2
280 Views

Hi,

Both arrays returned for permuted matrix.

Thanks,

Alex

0 Kudos
Reply