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

Pardiso in C++ - Simple example

herath__sumudu
Beginner
1,363 Views

Hello,

I'm quite new to Pardiso. Does anybody have a very simple code to solve a linear system of equations using the pardiso solver. I'm currently using Eigen library which is convenient at the moment. But I need to switch to Pardiso due to it's efficiency handling large systems.

Thanks in advance

 

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
1,363 Views

you may find out many examples into mklroot\solverc\source\ directory

0 Kudos
herath__sumudu
Beginner
1,363 Views

@Gennady Is it in my installations files? or online available?

0 Kudos
Gennady_F_Intel
Moderator
1,363 Views

all of these examples available in your installation.

0 Kudos
Reply