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

How can I get residual or residual to norm from Pardiso solver?

danielsue
Beginner
212 Views

Hi All,

Can I get residual or residual to norm directly from pardiso output? If so, which variable/parameter shall I use?

Thanks

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
212 Views

Hello,

There is no direct ouput on pardiso. But it can easily be get by calling sparse matrix - vector product to get Ax, then sub with b.
  mkl_scsrgemv/mkl_dcsrgemv

Thanks,
Chao

0 Kudos
Reply