<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:How to use RCI-ISS to solve a sparse system of equation? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1465402#M34339</link>
    <description>&lt;P&gt;Hi Subhajit,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Mar 2023 05:27:21 GMT</pubDate>
    <dc:creator>PraneethA_Intel</dc:creator>
    <dc:date>2023-03-14T05:27:21Z</dc:date>
    <item>
      <title>How to use RCI-ISS to solve a sparse system of equation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1460028#M34294</link>
      <description>&lt;P&gt;I am going through the RCI-ISS routines. I am unable to understand how to provide the sparse matrix as input.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I couldn't find any example for the same. I am trying to use CG to solve a sparse system of equations.&lt;/P&gt;
&lt;P&gt;Can anyone please help?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 03:45:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1460028#M34294</guid>
      <dc:creator>Subhajit</dc:creator>
      <dc:date>2023-02-28T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RCI-ISS to solve a sparse system of equation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1460135#M34295</link>
      <description>&lt;P&gt;Hi Subhajit,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel communities.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the Operating System and Hardware you are using to run your code?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;I couldn't find any example for the same.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please follow the below path to find related examples:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For windows&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;C:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;C:\Program Files (x86)\Intel\oneAPI\mkl\2023.0.0\examples\examples_core_c.zip\c\sparse_itersolvers\source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Fortran:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;C:\Program Files (x86)\Intel\oneAPI\mkl\2023.0.0\examples\examples_core_f.zip\f\sparse_itersolvers\source&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For linux:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; C:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/opt/intel/oneapi/mkl/2023.0.0/examples/c/sparse_itersolvers/source&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;Fortran:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; /opt/intel/oneapi/mkl/2023.0.0/examples/f/sparse_itersolvers/source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Praneeth Achanta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 13:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1460135#M34295</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-02-28T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re:How to use RCI-ISS to solve a sparse system of equation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1462629#M34315</link>
      <description>&lt;P&gt;Hi Subhajit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Mar 2023 09:05:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1462629#M34315</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-03-07T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re:How to use RCI-ISS to solve a sparse system of equation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1465402#M34339</link>
      <description>&lt;P&gt;Hi Subhajit,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Mar 2023 05:27:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-RCI-ISS-to-solve-a-sparse-system-of-equation/m-p/1465402#M34339</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-03-14T05:27:21Z</dc:date>
    </item>
  </channel>
</rss>

