<?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 run pardiso twice on same matrix = not same result in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832869#M5771</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Indeed, if the matrix is singular (or highly ill-conditioned) than the solving process is highly unstable and, generally speaking, the result of computations is unpredictable.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Konstantin</description>
    <pubDate>Mon, 12 Sep 2011 03:50:42 GMT</pubDate>
    <dc:creator>Konstantin_A_Intel</dc:creator>
    <dc:date>2011-09-12T03:50:42Z</dc:date>
    <item>
      <title>run pardiso twice on same matrix = not same result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832866#M5768</link>
      <description>&lt;P&gt;I test case is attached to this message.I solve exactly the same matrix more than one time and I get different result.I can solve 10 times and get 8 times same result and 2 times another result. The next time, I get 6 times sames result and 4 times another result.Maybe you will need to run the case more than 1 time because sometime I get 10 time the same result.At each solve, it's a new surprise for me :)Here is a example result of X[2] whit 5 solve (fill matrix, facotrization and solve) :x[2] = 3.954994 +j 36.454584x[2] = 4.039025 +j 36.871752x[2] = 4.386890 +j 36.496321x[2] = 4.386890 +j 36.496321x[2] = 4.386890 +j 36.496321Marc&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2011 17:23:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832866#M5768</guid>
      <dc:creator>apocalx</dc:creator>
      <dc:date>2011-09-09T17:23:36Z</dc:date>
    </item>
    <item>
      <title>run pardiso twice on same matrix = not same result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832867#M5769</link>
      <description>&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I just quickly checked the issue - I 've got the different numbers&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;x[2] = -0.220519 +j 26.730090&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;x[2] = -0.333848 +j 26.842847&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;x[2] = -0.220519 +j 26.730090&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;x[2] = -0.333848 +j 26.842847&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;x[2] = -0.220519 +j 26.730090&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;but the similar unrepeated results.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;We will investigate the problem and back soon.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Did you check the condition number of this input?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;--Gennady&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 Sep 2011 05:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832867#M5769</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-09-10T05:00:20Z</dc:date>
    </item>
    <item>
      <title>run pardiso twice on same matrix = not same result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832868#M5770</link>
      <description>&lt;P&gt;Element magnitudes of your matrix vary in a huge range. I saw ones as large as 5000000 and as small as 1e-7. Typically this is not a good sign for numerical stability.&lt;BR /&gt;&lt;BR /&gt;EDIT: Well, it is worse than that. The matrix is singular. The last row is all zeros. Changing the bottom right element to 1 produces a matrix with a 2-condition number of 1.8e27.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 03:02:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832868#M5770</guid>
      <dc:creator>styc</dc:creator>
      <dc:date>2011-09-12T03:02:16Z</dc:date>
    </item>
    <item>
      <title>run pardiso twice on same matrix = not same result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832869#M5771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Indeed, if the matrix is singular (or highly ill-conditioned) than the solving process is highly unstable and, generally speaking, the result of computations is unpredictable.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Konstantin</description>
      <pubDate>Mon, 12 Sep 2011 03:50:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/run-pardiso-twice-on-same-matrix-not-same-result/m-p/832869#M5771</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2011-09-12T03:50:42Z</dc:date>
    </item>
  </channel>
</rss>

