<?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: oneMKL PARDISO complex matrix pivoting perturbation in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1537121#M35359</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;A gentle reminder:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please provide us a sample reproducer, MKL version and OS details, so that we can replicate and investigate more at our end. Please confirm, is it okay to use C as well as Fortran?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jilani&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 02:47:24 GMT</pubDate>
    <dc:creator>JilaniS_Intel</dc:creator>
    <dc:date>2023-10-26T02:47:24Z</dc:date>
    <item>
      <title>oneMKL PARDISO complex matrix pivoting perturbation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1533435#M35298</link>
      <description>&lt;P&gt;I have been struggling with getting correct results with oneMKL PARDISO mtype=13 (complex and nonsymmetric matrix). The algorithm the solution is a part of is known to handle this type of matrixes, and the results are consistent with Python between numpy.linalg.solve and scipy.linalg.spsolve.&lt;BR /&gt;&lt;BR /&gt;I had one specific problem with a small 4x4 matrix with the solve producing totally incorrect results. I accidentally discovered that setting&amp;nbsp;&lt;SPAN class=""&gt;iparm&lt;/SPAN&gt;(10) (Fortran) to a very large value or 0 solved the problem as the number of perturbed pivots changed from one to zero (with the default value being 13).&lt;BR /&gt;&lt;BR /&gt;My actual question is that is iparm(10)=0 a valid parameter for disabling the pivoting perturbation? It is not evident from the documentation (&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2023-2/pardiso-iparm-parameter.html)" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-fortran/2023-2/pardiso-iparm-parameter.html)&lt;/A&gt;&amp;nbsp;if this is a valid entry or not.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 10:17:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1533435#M35298</guid>
      <dc:creator>AnttiR</dc:creator>
      <dc:date>2023-10-13T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re:oneMKL PARDISO complex matrix pivoting perturbation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1535020#M35327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us a sample reproducer, MKL version and OS details, so that we can replicate and investigate more at our end. Please confirm, is it okay to use C as well as Fortran?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jilani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2023 13:56:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1535020#M35327</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2023-10-18T13:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: oneMKL PARDISO complex matrix pivoting perturbation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1537121#M35359</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM class="sub_section_element_selectors"&gt;A gentle reminder:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please provide us a sample reproducer, MKL version and OS details, so that we can replicate and investigate more at our end. Please confirm, is it okay to use C as well as Fortran?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jilani&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 02:47:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1537121#M35359</guid>
      <dc:creator>JilaniS_Intel</dc:creator>
      <dc:date>2023-10-26T02:47:24Z</dc:date>
    </item>
    <item>
      <title>Re:oneMKL PARDISO complex matrix pivoting perturbation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1539367#M35383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A gentle reminder:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jilani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2023 08:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/oneMKL-PARDISO-complex-matrix-pivoting-perturbation/m-p/1539367#M35383</guid>
      <dc:creator>JilaniS_Intel</dc:creator>
      <dc:date>2023-11-01T08:55:56Z</dc:date>
    </item>
  </channel>
</rss>

