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

How to use RCI-ISS to solve a sparse system of equation?

Subhajit
Beginner
680 Views

I am going through the RCI-ISS routines. I am unable to understand how to provide the sparse matrix as input.

 

I couldn't find any example for the same. I am trying to use CG to solve a sparse system of equations.

Can anyone please help?

0 Kudos
3 Replies
PraneethA_Intel
Moderator
654 Views

Hi Subhajit, 

 

Thanks for posting in Intel communities. 

 

Could you please let us know the Operating System and Hardware you are using to run your code? 

 

>>I couldn't find any example for the same.

Please follow the below path to find related examples: 

 

For windows

  C:

    C:\Program Files (x86)\Intel\oneAPI\mkl\2023.0.0\examples\examples_core_c.zip\c\sparse_itersolvers\source

  Fortran:

    C:\Program Files (x86)\Intel\oneAPI\mkl\2023.0.0\examples\examples_core_f.zip\f\sparse_itersolvers\source

For linux:

  C:

     /opt/intel/oneapi/mkl/2023.0.0/examples/c/sparse_itersolvers/source

  Fortran:

    /opt/intel/oneapi/mkl/2023.0.0/examples/f/sparse_itersolvers/source

 

 

Thanks and Regards,

Praneeth Achanta

 

0 Kudos
PraneethA_Intel
Moderator
618 Views

Hi Subhajit,

 

We have not heard back from you. Could you please provide an update on your issue?

 

Thanks & Regards,

Praneeth Achanta


0 Kudos
PraneethA_Intel
Moderator
593 Views

Hi Subhajit,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks and Regards,

Praneeth Achanta


0 Kudos
Reply